diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-12-02 00:18:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-12-02 00:18:43 +0000 |
commit | 6cb4ec86a954904114e1d6b4810cfd5c47bb861d (patch) | |
tree | 99532251451a24dcf90023b1917b821cc7b2f42c /gtk/gtkiconfactory.h | |
parent | 5bfa535924bc968de85efcbfb290c6f950e8a975 (diff) | |
download | gtk+-6cb4ec86a954904114e1d6b4810cfd5c47bb861d.tar.gz |
Remove duplicate declaration of gtk_icon_source_set_icon_name(). (#Jeff
Tue Dec 2 01:01:54 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkiconfactory.h: Remove duplicate declaration of
gtk_icon_source_set_icon_name(). (#Jeff Franks, #128269)
Diffstat (limited to 'gtk/gtkiconfactory.h')
-rw-r--r-- | gtk/gtkiconfactory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkiconfactory.h b/gtk/gtkiconfactory.h index 51fed289fd..200c0ad59a 100644 --- a/gtk/gtkiconfactory.h +++ b/gtk/gtkiconfactory.h @@ -146,8 +146,6 @@ void gtk_icon_source_set_icon_name (GtkIconSource *so const gchar *icon_name); void gtk_icon_source_set_pixbuf (GtkIconSource *source, GdkPixbuf *pixbuf); -void gtk_icon_source_set_icon_name (GtkIconSource *source, - const gchar *icon_name); G_CONST_RETURN gchar* gtk_icon_source_get_filename (const GtkIconSource *source); G_CONST_RETURN gchar* gtk_icon_source_get_icon_name (const GtkIconSource *source); |