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/gtkstock.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/gtkstock.h')
-rw-r--r-- | gtk/gtkstock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstock.h b/gtk/gtkstock.h index f4d0e3ac32..52571477ed 100644 --- a/gtk/gtkstock.h +++ b/gtk/gtkstock.h @@ -29,7 +29,7 @@ #include <gdk/gdk.h> -#include <gtk/gtkitemfactory.h> /* for GtkTranslateFunc */ +#include <gtk/gtktypeutils.h> /* for GtkTranslateFunc */ G_BEGIN_DECLS |