pidgin/gtkwebview.h

changeset 35796
bc5253318167
parent 35771
d9f3612faf8d
child 35812
48c6ee645ca1
equal deleted inserted replaced
35795:61b755f852a7 35796:bc5253318167
413 * currently selected. 413 * currently selected.
414 */ 414 */
415 gchar *pidgin_webview_get_selected_text(PidginWebView *webview); 415 gchar *pidgin_webview_get_selected_text(PidginWebView *webview);
416 416
417 /** 417 /**
418 * pidgin_webview_is_empty:
419 * @webview: the PidginWebView.
420 *
421 * Checks, if the @webview is empty.
422 *
423 * Returns %TRUES, if the @webview is empty, %FALSE otherwise.
424 */
425 gboolean
426 pidgin_webview_is_empty(PidginWebView *webview);
427
428 /**
418 * pidgin_webview_get_caret: 429 * pidgin_webview_get_caret:
419 * @webview: The PidginWebView 430 * @webview: The PidginWebView
420 * @container_ret: A pointer to a pointer to a WebKitDOMNode. This pointer 431 * @container_ret: A pointer to a pointer to a WebKitDOMNode. This pointer
421 * will be set to the container the caret is in. Set to 432 * will be set to the container the caret is in. Set to
422 * %NULL if a range is selected. 433 * %NULL if a range is selected.

mercurial