diff options
author | Alexander Larsson <alexl@redhat.com> | 2011-11-25 13:07:43 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2011-11-25 15:36:08 +0100 |
commit | c9a3332ede3b0a736f9e100a04959e0041c2351e (patch) | |
tree | e2ebb73ba12dfa6a9761a487dfc5643fc67df2cf /gtk/gtkprivate.h | |
parent | f412293a2d596b0ec75bf92fbd22eb66d5e2d7a8 (diff) | |
download | gtk+-c9a3332ede3b0a736f9e100a04959e0041c2351e.tar.gz |
Add generation of private g-types for private headers
This starts with just the gtkcsstypesprivate.h header
Diffstat (limited to 'gtk/gtkprivate.h')
-rw-r--r-- | gtk/gtkprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkprivate.h b/gtk/gtkprivate.h index ba18f043ce..1b4d0ae65c 100644 --- a/gtk/gtkprivate.h +++ b/gtk/gtkprivate.h @@ -30,6 +30,8 @@ #include <glib-object.h> #include <gdk/gdk.h> +#include "gtkcsstypesprivate.h" + G_BEGIN_DECLS #define GTK_PARAM_READABLE G_PARAM_READABLE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB |