Doc addition

svn path=/trunk/; revision=7819
This commit is contained in:
Matthias Clasen 2009-01-19 07:05:07 +00:00
parent b71046b70f
commit 4a6a9dae2c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* gappinfo.h: Document get_commandline vfunc
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* gunixmounts.c: Some stylistic fixes.

View File

@ -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.
*/