From b4e6e8fe521da763208e49a34ae1c0e9f065a8f8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 13 Feb 2006 02:33:31 +0000 Subject: [PATCH] Give working examples in the docs. (#330944, John Spray) 2006-02-12 Matthias Clasen * gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working examples in the docs. (#330944, John Spray) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ gtk/gtkicontheme.c | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1bf2033c3f..4b69bd5036 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-12 Matthias Clasen + + * gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working + examples in the docs. (#330944, John Spray) + 2006-02-11 Matthias Clasen * gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1bf2033c3f..4b69bd5036 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2006-02-12 Matthias Clasen + + * gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working + examples in the docs. (#330944, John Spray) + 2006-02-11 Matthias Clasen * gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index b35ae2e390..ba72c3881d 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -1562,8 +1562,8 @@ add_key_to_list (gpointer key, * Lists the icons in the current icon theme. Only a subset * of the icons can be listed by providing a context string. * The set of values for the context string is system dependent, - * but will typically include such values as 'apps' and - * 'mimetypes'. + * but will typically include such values as "Applications" and + * "MimeTypes". * * Return value: a #GList list holding the names of all the * icons in the theme. You must first free each element