mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 21:35:39 +00:00
Patch from mondalaci@gmail.com
svn path=/trunk/gtk-sharp/; revision=57846
This commit is contained in:
parent
657b6f9375
commit
15b09f01b3
|
@ -70,18 +70,18 @@
|
|||
<Parameter Name="result" Type="Gnome.IconLookupResultFlags&" RefType="out" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<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>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>
|
||||
<param name="icon_theme">A <see cref="T:Gtk.IconTheme" /> icon theme to be used.
|
||||
</param>
|
||||
<param name="thumbnail_factory">An optional <see cref="T:Gnome.ThumbnailFactory" /> thumbnail factory used to look up thumbnails.</param>
|
||||
<param name="file_uri">The uri of the file.</param>
|
||||
<param name="custom_icon">Optionally the name of a custom icon to try.</param>
|
||||
<param name="file_info">
|
||||
<see cref="T:Gnome.Vfs.FileInfo" /> information about the file.</param>
|
||||
<param name="mime_type">The mime type of the icon.</param>
|
||||
<param name="flags">
|
||||
<see cref="T:Gnome.IconLookupFlags" /> flags that affect the result of the lookup.</param>
|
||||
<param name="result">Optionally the <see cref="T:Gnome.IconLookupResultFlags" /> result flags of the lookups are stored here.</param>
|
||||
<summary>Locate an icon that can be used to represent the file passed.</summary>
|
||||
<returns>The filename of the looked up icon.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
<since version="Gtk# 2.4" />
|
||||
|
|
Loading…
Reference in a new issue