/soc/2013/ankitkv/gobjectification: 02d94347d1f9: Fix free-form ...

Ankit Vani a at nevitus.org
Tue Feb 4 07:25:07 EST 2014


Changeset: 02d94347d1f93c386f8f92237f5fed1b68ce54b6
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-02-04 17:54 +0530
Branch:	 gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/02d94347d1f9

Description:

Fix free-form returns in pidgin

diffstat:

 pidgin/gtkdocklet.h |  2 +-
 pidgin/gtkwebview.h |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff --git a/pidgin/gtkdocklet.h b/pidgin/gtkdocklet.h
--- a/pidgin/gtkdocklet.h
+++ b/pidgin/gtkdocklet.h
@@ -45,7 +45,7 @@ typedef enum
 /**
  * pidgin_docklet_get_status_icon:
  *
- * Returns the GtkStatusIcon used for the docklet.
+ * Returns: The #GtkStatusIcon used for the docklet.
  */
 GtkStatusIcon *pidgin_docklet_get_status_icon(void);
 
diff --git a/pidgin/gtkwebview.h b/pidgin/gtkwebview.h
--- a/pidgin/gtkwebview.h
+++ b/pidgin/gtkwebview.h
@@ -675,7 +675,7 @@ GtkWebViewSmileyFlags gtk_webview_smiley
  * @sml:     The name of the smiley category
  * @text:    The text associated with the smiley
  *
- * Returns the smiley object associated with the text.
+ * Returns: The smiley object associated with the text.
  */
 GtkWebViewSmiley *gtk_webview_smiley_find(GtkWebView *webview, const char *sml,
                                           const char *text);



More information about the Commits mailing list