icontheme: Fix annotations on array arguments

The extra ':' makes gir not to handle properly all the rest.
This commit is contained in:
Marco Trevisan (Treviño)
2019-03-06 19:54:49 +01:00
parent 6b55898162
commit 072d8546b0

View File

@@ -747,7 +747,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
@@ -3219,7 +3219,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
*