summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-12-09 16:10:46 -0200
committerJohan Dahlin <johan@gnome.org>2009-12-16 17:22:01 -0200
commitc171d586405435ada89b2dbdd91ba10272939d8b (patch)
tree24345260539ed7f9b8285bf81d9d2a80e50d11aa /gtk/gtkicontheme.c
parent18dc96caf883cad9226cb6e783dd930a7fe62c2e (diff)
downloadgtk+-c171d586405435ada89b2dbdd91ba10272939d8b.tar.gz
Add a few more annotations to GtkIconTheme
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r--gtk/gtkicontheme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index db183310d7..c4196cde1b 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -744,7 +744,7 @@ gtk_icon_theme_set_search_path (GtkIconTheme *icon_theme,
/**
* gtk_icon_theme_get_search_path:
* @icon_theme: a #GtkIconTheme
- * @path: location to store a list of icon theme path directories or %NULL
+ * @path: (array length=n_elements) (out): location to store a list of icon theme path directories or %NULL
* The stored value should be freed with g_strfreev().
* @n_elements: location to store number of elements
* in @path, or %NULL
@@ -3192,7 +3192,7 @@ gtk_icon_info_get_embedded_rect (GtkIconInfo *icon_info,
/**
* gtk_icon_info_get_attach_points:
* @icon_info: a #GtkIconInfo
- * @points: location to store pointer to an array of points, or %NULL
+ * @points: (array length=n_points) (out): location to store pointer to an array of points, or %NULL
* free the array of points with g_free().
* @n_points: location to store the number of points in @points, or %NULL
*