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)
This commit is contained in:

committed by
Matthias Clasen

parent
5bfa535924
commit
6cb4ec86a9
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2003-12-01 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2003-12-01 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2003-12-01 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2003-12-01 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2003-12-01 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user