summaryrefslogtreecommitdiff
path: root/gio/giomm.h
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2017-02-26 14:47:07 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2017-02-26 14:47:07 +0100
commit104d5480f41e12d496dee7364ad3946dd61643b3 (patch)
treed082349978a63ad3fc50c39b48563d6219981e62 /gio/giomm.h
parentae9955dd4d2dee0e3abc42c98cb138a15d2cbf34 (diff)
downloadglibmm-104d5480f41e12d496dee7364ad3946dd61643b3.tar.gz
Add Gio::PropertyAction
* gio/giomm.h: Add propertyaction.h * gio/src/filelist.am: Add propertyaction.hg * gio/src/propertyaction.[ccg|hg]: New files. Required in the "Building Applications" chapter in the gtkmm tutorial.
Diffstat (limited to 'gio/giomm.h')
-rw-r--r--gio/giomm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/giomm.h b/gio/giomm.h
index a7c0a916..8d5376bf 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -108,6 +108,7 @@
#include <giomm/permission.h>
#include <giomm/pollableinputstream.h>
#include <giomm/pollableoutputstream.h>
+#include <giomm/propertyaction.h>
#include <giomm/proxy.h>
#include <giomm/proxyaddress.h>
#include <giomm/proxyresolver.h>