Typo fix. (#144750, Jeff Franks)
2004-06-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.h (GTK_ICON_THEME_GET_CLASS): Typo fix. (#144750, Jeff Franks)
This commit is contained in:
committed by
Matthias Clasen
parent
5ca944a813
commit
af65cdb24e
@@ -1,3 +1,8 @@
|
||||
2004-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.h (GTK_ICON_THEME_GET_CLASS): Typo
|
||||
fix. (#144750, Jeff Franks)
|
||||
|
||||
2004-06-21 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.[ch]: made convert_format() utility
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.h (GTK_ICON_THEME_GET_CLASS): Typo
|
||||
fix. (#144750, Jeff Franks)
|
||||
|
||||
2004-06-21 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.[ch]: made convert_format() utility
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.h (GTK_ICON_THEME_GET_CLASS): Typo
|
||||
fix. (#144750, Jeff Franks)
|
||||
|
||||
2004-06-21 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.[ch]: made convert_format() utility
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.h (GTK_ICON_THEME_GET_CLASS): Typo
|
||||
fix. (#144750, Jeff Franks)
|
||||
|
||||
2004-06-21 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.[ch]: made convert_format() utility
|
||||
|
||||
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
|
||||
#define GTK_ICON_THEME_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_ICON_THEME, GtkIconThemeClass))
|
||||
#define GTK_IS_ICON_THEME(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_ICON_THEME))
|
||||
#define GTK_IS_ICON_THEME_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_ICON_THEME))
|
||||
#define GTK_ICON_THEME_GET_CLASS(obj) (G_TYPE_CHECK_GET_CLASS ((obj), GTK_TYPE_ICON_THEME, GtkIconThemeClass))
|
||||
#define GTK_ICON_THEME_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_ICON_THEME, GtkIconThemeClass))
|
||||
|
||||
typedef struct _GtkIconInfo GtkIconInfo;
|
||||
typedef struct _GtkIconTheme GtkIconTheme;
|
||||
|
||||
Reference in New Issue
Block a user