svn path=/trunk/gtk-sharp/; revision=56305
This commit is contained in:
Miguel de Icaza 2006-01-31 02:49:00 +00:00
parent 51a72f2d03
commit 41964eaccb

View File

@ -70,19 +70,22 @@
<Parameter Name="result" Type="Gnome.IconLookupResultFlags&amp;" RefType="out" />
</Parameters>
<Docs>
<param name="icon_theme">To be added.</param>
<param name="thumbnail_factory">To be added.</param>
<param name="file_uri">To be added.</param>
<param name="custom_icon">To be added.</param>
<param name="file_info">To be added.</param>
<param name="mime_type">To be added.</param>
<param name="flags">To be added.</param>
<param name="icon_theme">
<see cref="T:Gtk.IconTheme" />
</param>
<param name="thumbnail_factory">a <see cref="T:Gnome.ThumbnailFactory" /> used to look up thumbnails.</param>
<param name="file_uri">a <see cref="T:System.String" /> which represents the uri of the file.</param>
<param name="custom_icon">a <see cref="T:System.String" /> whish represent the name of a custom icon to try. This is optional.</param>
<param name="file_info">a <see cref="T:Gnome.Vfs.FileInfo" /> object which contains information about the file.</param>
<param name="mime_type">a <see cref="T:System.String" /> which represents the mime type of the icon.</param>
<param name="flags"> a <see cref="T:Gnome.IconLookupFlag" /> flag that affect the result of the lookup.</param>
<param name="result">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<summary>This method tries to locate an icon in icon_theme that can be used to represent the file passed. It can optionally also look for existing thumbnails. It does no I/O, so the lookup should be relatively fast.
If you don't know any information about the file already you can use <see cref="M:Gnome.Icon.LookupSync" /> method which gets this information using <see cref="N:Gnome.Vfs" />.</summary>
<returns>The value returned is a <see cref="T:System.String" /> which is the name in absolute path of an image to use for the file.</returns>
<remarks>To be added.</remarks>
<since version="Gtk# 2.4" />
</Docs>
</Member>
</Members>
</Type>
</Type>