Give working examples in the docs. (#330944, John Spray)
2006-02-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working examples in the docs. (#330944, John Spray)
This commit is contained in:
parent
a271dfe0fd
commit
a32b9712f3
@ -1,3 +1,8 @@
|
|||||||
|
2006-02-12 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working
|
||||||
|
examples in the docs. (#330944, John Spray)
|
||||||
|
|
||||||
2006-02-10 Matthias Clasen <mclasen@redhat.com>
|
2006-02-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix
|
* gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2006-02-12 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working
|
||||||
|
examples in the docs. (#330944, John Spray)
|
||||||
|
|
||||||
2006-02-10 Matthias Clasen <mclasen@redhat.com>
|
2006-02-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix
|
* gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix
|
||||||
|
@ -1589,8 +1589,8 @@ add_key_to_list (gpointer key,
|
|||||||
* Lists the icons in the current icon theme. Only a subset
|
* Lists the icons in the current icon theme. Only a subset
|
||||||
* of the icons can be listed by providing a context string.
|
* of the icons can be listed by providing a context string.
|
||||||
* The set of values for the context string is system dependent,
|
* The set of values for the context string is system dependent,
|
||||||
* but will typically include such values as 'apps' and
|
* but will typically include such values as "Applications" and
|
||||||
* 'mimetypes'.
|
* "MimeTypes".
|
||||||
*
|
*
|
||||||
* Return value: a #GList list holding the names of all the
|
* Return value: a #GList list holding the names of all the
|
||||||
* icons in the theme. You must first free each element
|
* icons in the theme. You must first free each element
|
||||||
@ -2039,7 +2039,8 @@ theme_lookup_icon (IconTheme *theme,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
theme_list_icons (IconTheme *theme, GHashTable *icons,
|
theme_list_icons (IconTheme *theme,
|
||||||
|
GHashTable *icons,
|
||||||
GQuark context)
|
GQuark context)
|
||||||
{
|
{
|
||||||
GList *l = theme->dirs;
|
GList *l = theme->dirs;
|
||||||
|
Loading…
Reference in New Issue
Block a user