[epiphany] ephy-web-view: fix the docs for a couple of signals



commit 551eb0cec6469ece8e826411d65bf806ec043142
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Feb 11 22:04:15 2013 +0200

    ephy-web-view: fix the docs for a couple of signals

 embed/ephy-web-view.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index adfdc74..84580d0 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1597,8 +1597,8 @@ ephy_web_view_class_init (EphyWebViewClass *klass)
  * @title: the title of the news feed
  * @address: the URL to @embed's web site's search description
  *
- * The ::ge_rss signal is emitted when @embed discovers that a search
- * description is available for the site it is visiting.
+ * The ::ge-search-link signal is emitted when @embed discovers that a
+ * search description is available for the site it is visiting.
  **/
     g_signal_new ("ge_search_link",
             EPHY_TYPE_WEB_VIEW,
@@ -1619,8 +1619,8 @@ ephy_web_view_class_init (EphyWebViewClass *klass)
  * @title: the title of the news feed
  * @address: the URL to @embed's web site's news feed
  *
- * The ::ge_rss signal is emitted when @embed discovers that a news feed
- * is available for the site it is visiting.
+ * The ::ge-feed-link signal is emitted when @embed discovers that a
+ * news feed is available for the site it is visiting.
  **/
     g_signal_new ("ge_feed_link",
             EPHY_TYPE_WEB_VIEW,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]