From cdf72b72223a088931c0a84f2edd2f7b04170664 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Mon, 3 Mar 2014 16:07:47 +0100 Subject: [PATCH 1/2] documentation: clarify gtk_icon_theme_add_builtin_icon() usage --- gtk/gtkicontheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index c857f5b..9d0c7dc 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -5049,7 +5049,7 @@ gtk_icon_info_get_display_name (GtkIconInfo *icon_info) /** * gtk_icon_theme_add_builtin_icon: * @icon_name: the name of the icon to register - * @size: the size at which to register the icon (different + * @size: the size in pixels at which to register the icon (different * images can be registered for the same icon name * at different sizes.) * @pixbuf: #GdkPixbuf that contains the image to use -- 1.7.10.4