]> Pileus Git - ~andy/gtk/commitdiff
Added out annotations for gtk_icon_size_lookup/_for_settings
authorJesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Sun, 19 Dec 2010 20:52:51 +0000 (21:52 +0100)
committerJesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Tue, 21 Dec 2010 12:24:12 +0000 (13:24 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=637606

gtk/gtkiconfactory.c

index c39574c23dc60a8df2eb46ac9662361302472b9c..fda6177f821f8f51dcaaa370d5ac2947ae3f2ad5 100644 (file)
@@ -865,8 +865,8 @@ icon_size_lookup_intern (GtkSettings *settings,
  * @settings: a #GtkSettings object, used to determine
  *   which set of user preferences to used.
  * @size: (type int): an icon size
- * @width: location to store icon width
- * @height: location to store icon height
+ * @width: (out): location to store icon width
+ * @height: (out): location to store icon height
  *
  * Obtains the pixel size of a semantic icon size, possibly
  * modified by user preferences for a particular
@@ -897,8 +897,8 @@ gtk_icon_size_lookup_for_settings (GtkSettings *settings,
 /**
  * gtk_icon_size_lookup:
  * @size: (type int): an icon size
- * @width: location to store icon width
- * @height: location to store icon height
+ * @width: (out): location to store icon width
+ * @height: (out): location to store icon height
  *
  * Obtains the pixel size of a semantic icon size, possibly
  * modified by user preferences for the default #GtkSettings.