summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-12-06 13:22:31 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-12-06 13:22:31 +0100
commit3fbdaf0dd4d55f39b7e929898b3a1eee3d3a1750 (patch)
tree2a4015b75e14afe38f523a6d30a93c48d927a29d
parent6dc0a7a3a6f6ffa95bd69a7ce1649d9a48ed4da1 (diff)
downloadglibmm-3fbdaf0dd4d55f39b7e929898b3a1eee3d3a1750.tar.gz
Gio::Application: Add signal_name_lost()
-rw-r--r--gio/src/application.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/application.hg b/gio/src/application.hg
index 578c2984..b08bdb01 100644
--- a/gio/src/application.hg
+++ b/gio/src/application.hg
@@ -374,9 +374,7 @@ public:
_WRAP_PROPERTY("is-busy", bool)
_WRAP_SIGNAL(void startup(), "startup")
-
_WRAP_SIGNAL(void shutdown(), "shutdown", newin "2,46")
-
_WRAP_SIGNAL(void activate(), "activate")
//We wrap the open signal without _WRAP_SIGNAL(), because we need to change its parameters.
@@ -394,6 +392,8 @@ public:
#m4 _CONVERSION(`const Glib::RefPtr<Glib::VariantDict>&',`GVariantDict*',__CONVERT_REFPTR_TO_P)
_WRAP_SIGNAL(int handle_local_options(const Glib::RefPtr<Glib::VariantDict>& options), "handle-local-options")
+ _WRAP_SIGNAL(bool name_lost(), "name-lost")
+
protected:
virtual void on_open(const type_vec_files& files, const Glib::ustring& hint);