some AppInfo docs. Just to check how to edit/merge/upload docs

svn path=/trunk/gtk-sharp/; revision=122745
This commit is contained in:
Stephane Delcroix 2009-01-08 10:15:18 +00:00
parent 7fff96ee2b
commit 759d591b2c

View File

@ -9,7 +9,7 @@
</Interface> </Interface>
</Interfaces> </Interfaces>
<Docs> <Docs>
<summary>To be added.</summary> <summary>This interface provides application information and launch contexts. See <see cref="T:GLib.AppInfoAdapter" /> for a concrete implementation and usage.</summary>
<remarks>To be added.</remarks> <remarks>To be added.</remarks>
<since version="Gtk# 2.14" /> <since version="Gtk# 2.14" />
</Docs> </Docs>
@ -52,9 +52,19 @@
<ReturnType>System.String</ReturnType> <ReturnType>System.String</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added.</summary> <summary>An human-readable description of an installed application.</summary>
<value>To be added.</value> <value>A string containing a description of the application, or null if none.</value>
<remarks>To be added.</remarks> <remarks>The following code snippet:
<example><code lang="C#">
AppInfo app_info = AppInfoAdapter.GetDefaultForType ("image/jpeg", false);
Console.WriteLine ("{0}:\t{1}", app_info.Name, app_info.Description);
</code></example>
produces the following output (depending on your installation):
<para>
Eye of Gnome: Browse and rotate images
</para></remarks>
<since version="Gtk# 2.14" /> <since version="Gtk# 2.14" />
</Docs> </Docs>
</Member> </Member>
@ -96,8 +106,8 @@
<ReturnType>System.String</ReturnType> <ReturnType>System.String</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added.</summary> <summary>The executable's name for the installed application.</summary>
<value>To be added.</value> <value>A string containing the AppInfo's application binary's name.</value>
<remarks>To be added.</remarks> <remarks>To be added.</remarks>
<since version="Gtk# 2.14" /> <since version="Gtk# 2.14" />
</Docs> </Docs>
@ -109,8 +119,8 @@
<ReturnType>GLib.Icon</ReturnType> <ReturnType>GLib.Icon</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added.</summary> <summary>The <see cref="T:GLib.Icon" /> for the application.</summary>
<value>To be added.</value> <value>The default <see cref="T:GLib.Icon" /> for the application.</value>
<remarks>To be added.</remarks> <remarks>To be added.</remarks>
<since version="Gtk# 2.14" /> <since version="Gtk# 2.14" />
</Docs> </Docs>
@ -122,9 +132,9 @@
<ReturnType>System.String</ReturnType> <ReturnType>System.String</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added.</summary> <summary>The ID of an application.</summary>
<value>To be added.</value> <value>A string containing the application's ID.</value>
<remarks>To be added.</remarks> <remarks>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.</remarks>
<since version="Gtk# 2.14" /> <since version="Gtk# 2.14" />
</Docs> </Docs>
</Member> </Member>
@ -173,8 +183,8 @@
<ReturnType>System.String</ReturnType> <ReturnType>System.String</ReturnType>
</ReturnValue> </ReturnValue>
<Docs> <Docs>
<summary>To be added.</summary> <summary>The name of the installed application.</summary>
<value>To be added.</value> <value>A <see cref="T:System.String" /> containing the name of the application.</value>
<remarks>To be added.</remarks> <remarks>To be added.</remarks>
<since version="Gtk# 2.14" /> <since version="Gtk# 2.14" />
</Docs> </Docs>
@ -273,4 +283,4 @@
</Docs> </Docs>
</Member> </Member>
</Members> </Members>
</Type> </Type>