a42761c758
svn path=/trunk/gtk-sharp/; revision=97046
91 lines
4.6 KiB
XML
91 lines
4.6 KiB
XML
<Type Name="Icon" FullName="Gnome.Icon">
|
|
<TypeSignature Language="C#" Value="public class Icon" Maintainer="auto" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gnome-sharp</AssemblyName>
|
|
<AssemblyPublicKey>
|
|
</AssemblyPublicKey>
|
|
<AssemblyVersion>2.20.0.0</AssemblyVersion>
|
|
</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>
|
|
<remarks>To be added</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Object</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Members>
|
|
<Member MemberName=".ctor">
|
|
<MemberSignature Language="C#" Value="public Icon ();" />
|
|
<MemberType>Constructor</MemberType>
|
|
<ReturnValue />
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>To be added</summary>
|
|
<remarks>To be added</remarks>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="LookupSync">
|
|
<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);" />
|
|
<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="flags" Type="Gnome.IconLookupFlags" />
|
|
<Parameter Name="result" Type="Gnome.IconLookupResultFlags&" RefType="out" />
|
|
</Parameters>
|
|
<Docs>
|
|
<summary>To be added</summary>
|
|
<param name="icon_theme">a <see cref="T:Gtk.IconTheme" /></param>
|
|
<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>
|
|
<param name="flags">a <see cref="T:System.Int32" /></param>
|
|
<param name="result">a <see cref="T:Gnome.IconLookupResultFlags" /></param>
|
|
<returns>a <see cref="T:System.String" /></returns>
|
|
<remarks>To be added</remarks>
|
|
<since version="Gtk# 2.4" />
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="Lookup">
|
|
<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>
|
|
<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" />
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type>
|