summaryrefslogtreecommitdiff
path: root/gio/src/application.hg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-31 14:46:34 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-11-14 10:43:21 +0100
commitb38fa51048ca6ac22140ac6193fea489a70b7032 (patch)
tree18038309312478eba9e9e21d7ef612f6bb568f3f /gio/src/application.hg
parentc5684c38a6964251beb47e57a1549351f0b89c08 (diff)
downloadglibmm-b38fa51048ca6ac22140ac6193fea489a70b7032.tar.gz
sigc3: SignalProxy: Use R(Args...) syntax.
Including using this in gmmproc.
Diffstat (limited to 'gio/src/application.hg')
-rw-r--r--gio/src/application.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/application.hg b/gio/src/application.hg
index 626fa66b..2d051184 100644
--- a/gio/src/application.hg
+++ b/gio/src/application.hg
@@ -380,7 +380,7 @@ public:
//We wrap the open signal without _WRAP_SIGNAL(), because we need to change its parameters.
//See bug https://bugzilla.gnome.org/show_bug.cgi?id=637457
- Glib::SignalProxy< void, const type_vec_files&, const Glib::ustring& > signal_open();
+ Glib::SignalProxy<void(const type_vec_files&, const Glib::ustring&)> signal_open();
_IGNORE_SIGNAL(open)
#m4 _CONVERSION(`GApplicationCommandLine*', `const Glib::RefPtr<ApplicationCommandLine>&',`Glib::wrap($3, true)')