| 424 * pidgin_webview_is_empty: |
424 * pidgin_webview_is_empty: |
| 425 * @webview: the PidginWebView. |
425 * @webview: the PidginWebView. |
| 426 * |
426 * |
| 427 * Checks, if the @webview is empty. |
427 * Checks, if the @webview is empty. |
| 428 * |
428 * |
| 429 * Returns %TRUES, if the @webview is empty, %FALSE otherwise. |
429 * Returns %TRUE, if the @webview is empty, %FALSE otherwise. |
| 430 */ |
430 */ |
| 431 gboolean |
431 gboolean |
| 432 pidgin_webview_is_empty(PidginWebView *webview); |
432 pidgin_webview_is_empty(PidginWebView *webview); |
| 433 |
433 |
| 434 /** |
434 /** |