| 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. |