From 4a6a9dae2c933bbf6d213e89cea983cecd2cb83e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Jan 2009 07:05:07 +0000 Subject: [PATCH] Doc addition svn path=/trunk/; revision=7819 --- gio/ChangeLog | 4 ++++ gio/gappinfo.h | 1 + 2 files changed, 5 insertions(+) diff --git a/gio/ChangeLog b/gio/ChangeLog index 598392a..692c94a 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,9 @@ 2009-01-19 Matthias Clasen + * gappinfo.h: Document get_commandline vfunc + +2009-01-19 Matthias Clasen + * gunixmounts.c: Some stylistic fixes. 2009-01-08 Matthias Clasen diff --git a/gio/gappinfo.h b/gio/gappinfo.h index 3214c02..21a41da 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. */ -- 2.7.4