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>
</Interfaces>
<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>
<since version="Gtk# 2.14" />
</Docs>
@ -52,9 +52,19 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>An human-readable description of an installed application.</summary>
<value>A string containing a description of the application, or null if none.</value>
<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" />
</Docs>
</Member>
@ -96,8 +106,8 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>The executable's name for the installed application.</summary>
<value>A string containing the AppInfo's application binary's name.</value>
<remarks>To be added.</remarks>
<since version="Gtk# 2.14" />
</Docs>
@ -109,8 +119,8 @@
<ReturnType>GLib.Icon</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>The <see cref="T:GLib.Icon" /> for the application.</summary>
<value>The default <see cref="T:GLib.Icon" /> for the application.</value>
<remarks>To be added.</remarks>
<since version="Gtk# 2.14" />
</Docs>
@ -122,9 +132,9 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>The ID of an application.</summary>
<value>A string containing the application's ID.</value>
<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" />
</Docs>
</Member>
@ -173,8 +183,8 @@
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>The name of the installed application.</summary>
<value>A <see cref="T:System.String" /> containing the name of the application.</value>
<remarks>To be added.</remarks>
<since version="Gtk# 2.14" />
</Docs>
@ -273,4 +283,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>