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 598392ad8372a7aa7c6d86e15bc0eb34fb624c71..692c94abeb26ad10161a17f5efe732ca6fc47981 100644 (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.
index 3214c0284da57901e00c3fde33e76853b41783a7..21a41daa52dd328da6b36152494319810e4771e1 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.
  */