summaryrefslogtreecommitdiff
path: root/gtk/gtkstock.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkstock.c')
-rw-r--r--gtk/gtkstock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstock.c b/gtk/gtkstock.c
index dfff951ba8..2ba74ae2cc 100644
--- a/gtk/gtkstock.c
+++ b/gtk/gtkstock.c
@@ -215,8 +215,8 @@ gtk_stock_lookup (const gchar *stock_id,
* Retrieves a list of all known stock IDs added to a #GtkIconFactory
* or registered with gtk_stock_add(). The list must be freed with g_slist_free(),
* and each string in the list must be freed with g_free().
- *
- * Return value: a list of known stock IDs
+ *
+ * Return value: (element-type utf8) (transfer full): a list of known stock IDs
**/
GSList*
gtk_stock_list_ids (void)