X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgloadableicon.c;h=17321bc062ab066aaf5e2ac5754393ab9c6e4bfb;hb=2138deb07ebb7d7e541c0cd35b966e107d1bf800;hp=ed1e63f4a79f9bfa526bb7485a6f60837f006816;hpb=078dbda148a81af1b3a76fbda72f089b963087f1;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gloadableicon.c b/gio/gloadableicon.c index ed1e63f..17321bc 100644 --- a/gio/gloadableicon.c +++ b/gio/gloadableicon.c @@ -60,11 +60,12 @@ g_loadable_icon_default_init (GLoadableIconIface *iface) * g_loadable_icon_load: * @icon: a #GLoadableIcon. * @size: an integer. - * @type: (out) (allow-none): a location to store the type of the - * loaded icon, %NULL to ignore. - * @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore. - * @error: a #GError location to store the error occurring, or %NULL to + * @type: (out) (optional): a location to store the type of the loaded + * icon, %NULL to ignore. + * @cancellable: (allow-none): optional #GCancellable object, %NULL to * ignore. + * @error: a #GError location to store the error occurring, or %NULL + * to ignore. * * Loads a loadable icon. For the asynchronous version of this function, * see g_loadable_icon_load_async(). @@ -120,8 +121,8 @@ g_loadable_icon_load_async (GLoadableIcon *icon, * g_loadable_icon_load_finish: * @icon: a #GLoadableIcon. * @res: a #GAsyncResult. - * @type: (out) (allow-none): a location to store the type of the - * loaded icon, %NULL to ignore. + * @type: (out) (optional): a location to store the type of the loaded + * icon, %NULL to ignore. * @error: a #GError location to store the error occurring, or %NULL to * ignore. *