[glibmm] Gio::Application: Add signal_name_lost()



commit 3fbdaf0dd4d55f39b7e929898b3a1eee3d3a1750
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Thu Dec 6 13:22:31 2018 +0100

    Gio::Application: Add signal_name_lost()

 gio/src/application.hg | 4 ++--
 1 file 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]