[epiphany] ephy-web-view: fix a few gtk-doc warnings
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-web-view: fix a few gtk-doc warnings
- Date: Sat, 14 Apr 2012 09:30:12 +0000 (UTC)
commit f91c081bb406b111b5674a9b91d2532b69fb1dd0
Author: Xan Lopez <xan igalia com>
Date: Sat Apr 14 11:29:47 2012 +0200
ephy-web-view: fix a few gtk-doc warnings
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 5a5293a..a6f3016 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 *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]