From: Matthias Clasen Date: Mon, 19 Jan 2009 07:05:07 +0000 (+0000) Subject: Doc addition X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4a6a9dae2c933bbf6d213e89cea983cecd2cb83e;p=dana%2Fcg-glib.git Doc addition svn path=/trunk/; revision=7819 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 598392ad..692c94ab 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2009-01-19 Matthias Clasen + + * gappinfo.h: Document get_commandline vfunc + 2009-01-19 Matthias Clasen * gunixmounts.c: Some stylistic fixes. diff --git a/gio/gappinfo.h b/gio/gappinfo.h index 3214c028..21a41daa 100644 --- a/gio/gappinfo.h +++ b/gio/gappinfo.h @@ -77,6 +77,7 @@ typedef struct _GAppLaunchContextPrivate GAppLaunchContextPrivate; * @remove_supports_type: Removes a supported application type from a #GAppInfo. * @can_delete: Checks if a #GAppInfo can be deleted. Since 2.20 * @do_delete: Deletes a #GAppInfo. Since 2.20 + * @get_commandline: Gets the commandline for the #GAppInfo. Since 2.20 * * Application Information interface, for operating system portability. */