diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-03-06 14:04:30 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-03-06 14:04:30 +0000 |
commit | b381678a9223bbde553b1cc2d1b7793316f0b1bc (patch) | |
tree | 5d9069ef361c75ad2a167d7af46cb543496dd1ec /gtk/gtkactiongroup.h | |
parent | b4fbde69b4417e737aa2930f5b77b65a0b829186 (diff) | |
download | gtk+-b381678a9223bbde553b1cc2d1b7793316f0b1bc.tar.gz |
Move GtkTranslateFunc to gtktypeutils.h so we can completely deprecate
2008-03-06 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkitemfactory.h:
* gtk/gtktypeutils.h:
Move GtkTranslateFunc to gtktypeutils.h so we can completely
deprecate gtkitemfactory.h.
* gtk/gtkactiongroup.h:
* gtk/gtkstock.h:
Do not include gtkitemfactory.h directly, instead include gtktypeutils.h
* README.in:
Add a note describing this slight incompatible change
svn path=/trunk/; revision=19721
Diffstat (limited to 'gtk/gtkactiongroup.h')
-rw-r--r-- | gtk/gtkactiongroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactiongroup.h b/gtk/gtkactiongroup.h index 0f5df5942d..73e9c43e79 100644 --- a/gtk/gtkactiongroup.h +++ b/gtk/gtkactiongroup.h @@ -31,7 +31,7 @@ #define __GTK_ACTION_GROUP_H__ #include <gtk/gtkaction.h> -#include <gtk/gtkitemfactory.h> /* for GtkTranslateFunc */ +#include <gtk/gtktypeutils.h> /* for GtkTranslateFunc */ G_BEGIN_DECLS |