summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-18 12:48:46 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-18 12:48:46 +0100
commitfc402d67ee6ef35359979f35a2fd19e343d0361a (patch)
tree0445b806742c2b550d24fc6d21903c9a2f8f37c1
parent1715aae46953e1e7571258f1fb7a95416e509845 (diff)
downloadglibmm-fc402d67ee6ef35359979f35a2fd19e343d0361a.tar.gz
Gio::Application: Add signal_name_lost()
-rw-r--r--gio/src/application.hg3
1 files changed, 3 insertions, 0 deletions
diff --git a/gio/src/application.hg b/gio/src/application.hg
index 28db5c76..f4921a3a 100644
--- a/gio/src/application.hg
+++ b/gio/src/application.hg
@@ -422,6 +422,9 @@ public:
#m4 _CONVERSION(`GVariantDict*',`const Glib::RefPtr<Glib::VariantDict>&',`Glib::wrap($3, true)')
_WRAP_SIGNAL(int handle_local_options(const Glib::RefPtr<Glib::VariantDict>& options), "handle-local-options", no_default_handler)
+ //TODO: Remove no_default_handler when we can break ABI
+ _WRAP_SIGNAL(bool name_lost(), "name-lost", no_default_handler)
+
protected:
virtual void on_open(const type_vec_files& files, const Glib::ustring& hint);