summaryrefslogtreecommitdiff
path: root/gio/giomm.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-03-22 20:42:52 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-03-22 20:42:52 +0100
commita22076a82e4ac83fc3db28e4bdb761288966e4c7 (patch)
tree20f403b11663e10b8efcd2a91607149d5cd95edd /gio/giomm.h
parent5776341bd182931ae415d5eeaedbf71bca91e525 (diff)
downloadglibmm-a22076a82e4ac83fc3db28e4bdb761288966e4c7.tar.gz
Gio: Add Menu and MenuItem.
* tools/extra_defs_gen/generate_defs_gio.cc: Mention the new GTypes here, though they do not seem to have any properties or signals. * gio/src/filelist.am: * gio/src/menu.[hg|ccg]: * gio/src/menuitem.[hg|ccg]: Add these classes, as a way to create the Gio::MenuModel for Gtk::Application::set_app_menu() and set_menubar(). * tools/m4/convert_gio.m4: Add MenuItem conversion. * gio/giomm.h: Mention the new headers here.
Diffstat (limited to 'gio/giomm.h')
-rw-r--r--gio/giomm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/giomm.h b/gio/giomm.h
index 207d43f1..a98f33aa 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -40,6 +40,7 @@
#include <giomm/dbuserror.h>
#include <giomm/dbuserrorutils.h>
#include <giomm/dbusintrospection.h>
+#include <giomm/dbusmenumodel.h>
#include <giomm/dbusmessage.h>
#include <giomm/dbusmethodinvocation.h>
#include <giomm/dbusownname.h>
@@ -76,6 +77,9 @@
#include <giomm/inputstream.h>
#include <giomm/iostream.h>
#include <giomm/loadableicon.h>
+#include <giomm/menu.h>
+#include <giomm/menuitem.h>
+#include <giomm/menumodel.h>
#include <giomm/memoryinputstream.h>
#include <giomm/memoryoutputstream.h>
#include <giomm/mount.h>