From 4febd5fec7ad73a07e90bdab387125781044e86a Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Sat, 25 Apr 2009 13:43:24 +0200 Subject: Fix the docs for the gio.AppInfo class Add the constructor section and fix args names. --- docs/reference/pygio-appinfo.xml | 44 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'docs/reference') diff --git a/docs/reference/pygio-appinfo.xml b/docs/reference/pygio-appinfo.xml index 66a1f20..1e0ea95 100644 --- a/docs/reference/pygio-appinfo.xml +++ b/docs/reference/pygio-appinfo.xml @@ -19,7 +19,7 @@ gio.AppInfo commandline application_nameNone - content_typegio.APP_INFO_CREATE_NONE + flagsgio.APP_INFO_CREATE_NONE @@ -166,6 +166,48 @@ + + Constructor + + + gio.AppInfo + commandline + application_nameNone + flagsgio.APP_INFO_CREATE_NONE + + + + commandline : + the commandline to use + + + + application_name : + the application name, or None to use commandline. + + + + flags : + flags that can specify details of the created, + from + + + + Returns : + a new + gio.AppInfo + for given command. + + + + + + Creates a new gio.AppInfo + from the given information. + + + + Methods -- cgit