From 15b09f01b3292e09b1645d37c90c0651a5cff263 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 12 Mar 2006 00:14:24 +0000 Subject: [PATCH] Patch from mondalaci@gmail.com svn path=/trunk/gtk-sharp/; revision=57846 --- doc/en/Gnome/Icon.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/en/Gnome/Icon.xml b/doc/en/Gnome/Icon.xml index 6ac367f7b..629f3d76f 100644 --- a/doc/en/Gnome/Icon.xml +++ b/doc/en/Gnome/Icon.xml @@ -70,18 +70,18 @@ - - - - a used to look up thumbnails. - a which represents the uri of the file. - a whish represent the name of a custom icon to try. This is optional. - a object which contains information about the file. - a which represents the mime type of the icon. - a flag that affect the result of the lookup. - To be added. - 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 method which gets this information using . + A icon theme to be used. + + An optional thumbnail factory used to look up thumbnails. + The uri of the file. + Optionally the name of a custom icon to try. + + information about the file. + The mime type of the icon. + + flags that affect the result of the lookup. + Optionally the result flags of the lookups are stored here. + Locate an icon that can be used to represent the file passed. The filename of the looked up icon. To be added.