Return the title of an HTML file
char * PtHtmlTitle( PtWidget_t * widget );
This function returns a pointer to a string containing the title of the HTML file or NULL.
For example, PtHtmlTitle() returns the string This is the title if the HTML file currently loaded by the widget has the following title tag:
<title>This is the title</title>
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |