summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-07-19 23:06:31 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-07-19 23:06:31 +0200
commit54850c3a75457d949c0aeebf918edcde0ab2e0f6 (patch)
treef9b92dc3978bc418f1de4d36b61e6d8758b5870d
parent74d6630438dc1844176f058cbfeb16c8434e9bed (diff)
downloadglibmm-54850c3a75457d949c0aeebf918edcde0ab2e0f6.tar.gz
Gio::Application: Add the shutdown signal.
For some reason, gmmproc didn't warn about this unwrapped signal. Bug #752600 (Ben)
-rw-r--r--gio/src/application.hg4
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/src/application.hg b/gio/src/application.hg
index 98c5e570..b80ddac3 100644
--- a/gio/src/application.hg
+++ b/gio/src/application.hg
@@ -363,6 +363,10 @@ public:
//#m4 _CONVERSION(`GVariant*', `const Glib::VariantBase&', `Glib::wrap($3, true)')
_WRAP_SIGNAL(void startup(), "startup")
+
+ //TODO: Remove no_default_handler when we can break ABI
+ _WRAP_SIGNAL(void shutdown(), "shutdown", no_default_handler, newin "2,46")
+
_WRAP_SIGNAL(void activate(), "activate")
//We wrap the open signal without _WRAP_SIGNAL(), because we need to change its parameters.