diff --git a/doc/en/GLib/AppInfo.xml b/doc/en/GLib/AppInfo.xml index 13ff26a35..576f4ffc7 100644 --- a/doc/en/GLib/AppInfo.xml +++ b/doc/en/GLib/AppInfo.xml @@ -9,7 +9,7 @@ - To be added. + This interface provides application information and launch contexts. See for a concrete implementation and usage. To be added. @@ -52,9 +52,19 @@ System.String - To be added. - To be added. - To be added. + An human-readable description of an installed application. + A string containing a description of the application, or null if none. + The following code snippet: + + +AppInfo app_info = AppInfoAdapter.GetDefaultForType ("image/jpeg", false); +Console.WriteLine ("{0}:\t{1}", app_info.Name, app_info.Description); + +produces the following output (depending on your installation): + + +Eye of Gnome: Browse and rotate images + @@ -96,8 +106,8 @@ System.String - To be added. - To be added. + The executable's name for the installed application. + A string containing the AppInfo's application binary's name. To be added. @@ -109,8 +119,8 @@ GLib.Icon - To be added. - To be added. + The for the application. + The default for the application. To be added. @@ -122,9 +132,9 @@ System.String - To be added. - To be added. - To be added. + The ID of an application. + A string containing the application's ID. + An id si s a string that identifies the application. The exact format of the id is platform depenedent. For instance, on Unix, this is the desktop file id from the xdg menu specification. @@ -173,8 +183,8 @@ System.String - To be added. - To be added. + The name of the installed application. + A containing the name of the application. To be added. @@ -273,4 +283,4 @@ - + \ No newline at end of file