diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-08-28 21:24:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-08-28 21:24:11 -0400 |
commit | af8539bf11fd4e7084d304a6f33a46431f025741 (patch) | |
tree | aab20e0cadcc1d23d7f1c9e9e9c808486b541fed /gtk/Makefile.am | |
parent | eb10e6b128aba98f24d4d28f9c9501278e1e8c5a (diff) | |
download | gtk+-af8539bf11fd4e7084d304a6f33a46431f025741.tar.gz |
Move deprectated menu enumerations to a private header
The GtkSubmenuDirection and GtkSubmenuPlacement enumerations
have been deprecated as public API for a while, but are still used
internally in the menu code. Move them to a private header. This
also prevents to generation of GObject boilerplate for these enums.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 8fdc74757a..b2a03f39b4 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -372,6 +372,7 @@ gtk_private_h_sources = \ gtkiconcache.h \ gtkintl.h \ gtkkeyhash.h \ + gtkmenuprivate.h \ gtkmnemonichash.h \ gtkmountoperationprivate.h \ gtkpango.h \ |