diff options
author | Colin Walters <walters@verbum.org> | 2010-09-29 10:44:10 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-09-29 10:45:04 -0400 |
commit | ad474edda8510b9d60086356c24b4600d534030a (patch) | |
tree | ae37cba6f39a9520167b1766bc58a9aa25281bd4 /gtk/gtkicontheme.c | |
parent | 14dc932fd177630083bbe55fb141e83a7e201578 (diff) | |
download | gtk+-ad474edda8510b9d60086356c24b4600d534030a.tar.gz |
introspection: Fix some annotation syntax
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r-- | gtk/gtkicontheme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index c77b9cba66..293d3d6785 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -739,7 +739,7 @@ gtk_icon_theme_set_search_path (GtkIconTheme *icon_theme, /** * gtk_icon_theme_get_search_path: * @icon_theme: a #GtkIconTheme - * @path: (allow-none): (array length=n_elements) (out): location to store a list of icon theme path directories or %NULL + * @path: (allow-none) (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 @@ -3355,7 +3355,7 @@ gtk_icon_info_get_embedded_rect (GtkIconInfo *icon_info, /** * gtk_icon_info_get_attach_points: * @icon_info: a #GtkIconInfo - * @points: (allow-none): (array length=n_points) (out): location to store pointer to an array of points, or %NULL + * @points: (allow-none) (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: (allow-none): location to store the number of points in @points, or %NULL * |