libpurple/smiley-list.h

changeset 39738
14d425a528ad
parent 39541
ff728cd0c5ab
child 40474
1341be8e3402
--- a/libpurple/smiley-list.h	Tue Jul 23 11:52:27 2019 -0500
+++ b/libpurple/smiley-list.h	Sat Aug 03 02:33:05 2019 -0400
@@ -106,7 +106,8 @@
  *
  * Retrieves a smiley with the specified @shortcut from the @list.
  *
- * Returns: a #PurpleSmiley if the smiley was found, %NULL otherwise.
+ * Returns: (transfer none): A #PurpleSmiley if the smiley was found, %NULL
+ *          otherwise.
  */
 PurpleSmiley *purple_smiley_list_get_by_shortcut(PurpleSmileyList *list, const gchar *shortcut);
 

mercurial