Doc addition
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jan 2009 07:05:07 +0000 (07:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jan 2009 07:05:07 +0000 (07:05 +0000)
svn path=/trunk/; revision=7819

gio/ChangeLog
gio/gappinfo.h

index 598392a..692c94a 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2009-01-08  Matthias Clasen  <mclasen@redhat.com>
index 3214c02..21a41da 100644 (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.
  */