2003-09-17 21:56:59 +00:00
<Type Name= "Icon" FullName= "Gnome.Icon" >
<TypeSignature Language= "C#" Value= "public class Icon" Maintainer= "auto" />
<AssemblyInfo >
<AssemblyName > gnome-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2005-12-09 23:12:49 +00:00
<AssemblyVersion > 2.8.0.0</AssemblyVersion>
2003-09-17 21:56:59 +00:00
</AssemblyInfo>
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs >
<summary > To be added</summary>
2005-01-07 20:55:53 +00:00
<remarks > To be added</remarks>
2003-09-17 21:56:59 +00:00
</Docs>
<Base >
<BaseTypeName > System.Object</BaseTypeName>
</Base>
<Interfaces />
<Members >
2003-10-28 00:48:23 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Icon ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
<summary > To be added</summary>
2005-01-07 20:55:53 +00:00
<remarks > To be added</remarks>
2003-10-28 00:48:23 +00:00
</Docs>
</Member>
2003-09-17 21:56:59 +00:00
<Member MemberName= "LookupSync" >
2004-11-05 21:37:41 +00:00
<MemberSignature Language= "C#" Value= "public static string LookupSync (Gtk.IconTheme icon_theme, Gnome.ThumbnailFactory thumbnail_factory, string file_uri, string custom_icon, Gnome.IconLookupFlags flags, out Gnome.IconLookupResultFlags result);" />
2003-09-17 21:56:59 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
<Parameters >
2004-11-05 21:37:41 +00:00
<Parameter Name= "icon_theme" Type= "Gtk.IconTheme" />
2003-09-17 21:56:59 +00:00
<Parameter Name= "thumbnail_factory" Type= "Gnome.ThumbnailFactory" />
<Parameter Name= "file_uri" Type= "System.String" />
<Parameter Name= "custom_icon" Type= "System.String" />
<Parameter Name= "flags" Type= "Gnome.IconLookupFlags" />
2003-10-28 00:48:23 +00:00
<Parameter Name= "result" Type= "Gnome.IconLookupResultFlags&" RefType= "out" />
2003-09-17 21:56:59 +00:00
</Parameters>
<Docs >
<summary > To be added</summary>
2004-11-05 21:37:41 +00:00
<param name= "icon_theme" > a <see cref= "T:Gtk.IconTheme" /> </param>
2003-09-17 21:56:59 +00:00
<param name= "thumbnail_factory" > a <see cref= "T:Gnome.ThumbnailFactory" /> </param>
<param name= "file_uri" > a <see cref= "T:System.String" /> </param>
<param name= "custom_icon" > a <see cref= "T:System.String" /> </param>
2004-11-05 21:37:41 +00:00
<param name= "flags" > a <see cref= "T:System.Int32" /> </param>
<param name= "result" > a <see cref= "T:Gnome.IconLookupResultFlags" /> </param>
2003-09-17 21:56:59 +00:00
<returns > a <see cref= "T:System.String" /> </returns>
2005-01-07 20:55:53 +00:00
<remarks > To be added</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2003-09-17 21:56:59 +00:00
</Docs>
</Member>
2005-06-16 18:56:42 +00:00
<Member MemberName= "Lookup" >
2005-06-09 14:27:48 +00:00
<MemberSignature Language= "C#" Value= "public static string Lookup (Gtk.IconTheme icon_theme, Gnome.ThumbnailFactory thumbnail_factory, string file_uri, string custom_icon, Gnome.Vfs.FileInfo file_info, string mime_type, Gnome.IconLookupFlags flags, out Gnome.IconLookupResultFlags result);" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "icon_theme" Type= "Gtk.IconTheme" />
<Parameter Name= "thumbnail_factory" Type= "Gnome.ThumbnailFactory" />
<Parameter Name= "file_uri" Type= "System.String" />
<Parameter Name= "custom_icon" Type= "System.String" />
<Parameter Name= "file_info" Type= "Gnome.Vfs.FileInfo" />
<Parameter Name= "mime_type" Type= "System.String" />
<Parameter Name= "flags" Type= "Gnome.IconLookupFlags" />
<Parameter Name= "result" Type= "Gnome.IconLookupResultFlags&" RefType= "out" />
</Parameters>
<Docs >
2006-01-31 02:49:00 +00:00
<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>
2005-06-09 14:27:48 +00:00
<param name= "result" > To be added.</param>
2006-01-31 02:49:00 +00:00
<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>
2006-03-12 00:14:06 +00:00
<returns > The filename of the looked up icon.</returns>
2005-06-09 14:27:48 +00:00
<remarks > To be added.</remarks>
2005-06-16 18:56:42 +00:00
<since version= "Gtk# 2.4" />
2005-06-09 14:27:48 +00:00
</Docs>
</Member>
2003-09-17 21:56:59 +00:00
</Members>
2006-01-31 02:49:00 +00:00
</Type>