diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-14 17:29:47 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-14 17:29:47 +0800 |
commit | f91c081bb406b111b5674a9b91d2532b69fb1dd0 (patch) | |
tree | 21c05e1aac02da58939bfb58e5841976b20b3a2c /embed/ephy-web-view.c | |
parent | bf26441de422173b913db70ec96839a0a426bae8 (diff) | |
download | gsoc2013-epiphany-f91c081bb406b111b5674a9b91d2532b69fb1dd0.tar.gz gsoc2013-epiphany-f91c081bb406b111b5674a9b91d2532b69fb1dd0.tar.zst gsoc2013-epiphany-f91c081bb406b111b5674a9b91d2532b69fb1dd0.zip |
ephy-web-view: fix a few gtk-doc warnings
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r-- | embed/ephy-web-view.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 5a5293ad4..a6f30161c 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -1569,7 +1569,7 @@ ephy_web_view_class_init (EphyWebViewClass *klass) G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE); /** - * EphyWebView::loading-homepage + * EphyWebView::loading-homepage: * @view: the #EphyWebView that received the signal * * The ::loading-homepage signal is emitted when the @view is about to @@ -2392,11 +2392,7 @@ ephy_web_view_new (void) return GTK_WIDGET (g_object_new (EPHY_TYPE_WEB_VIEW, NULL)); } -/** - * normalize_or_autosearch_url - * @view: an #EphyWebView - * @url: url to process - * +/* * Returns a normalized representation of @url, or an autosearch string * for it if it has no scheme. * @@ -3396,7 +3392,7 @@ ephy_web_view_run_print_action (EphyWebView *view, GtkPrintOperationAction actio } /** - * ephy_web_view_print + * ephy_web_view_print: * @view: an #EphyWebView * * Opens a dialog to print the specified view. @@ -3721,13 +3717,15 @@ ephy_web_view_load_homepage (EphyWebView *view) } /** - * ephy_web_view_get_snapshot: takes a snapshot of the requested region of a #EphyWebView + * ephy_web_view_get_snapshot: * @view: the #EphyWebView * @x: the x coordinate of the snapshot * @y: the y coordinate of the snapshot * @width: the width of the snapshot * @height: the height of the snapshot * + * Takes a snapshot of the requested region of a #EphyWebView. + * * Returns: (transfer full): a #GdkPixbuf with a snapshot of the requested area. **/ GdkPixbuf * |