summaryrefslogtreecommitdiff
path: root/gio/src/appinfo.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/appinfo.hg')
-rw-r--r--gio/src/appinfo.hg8
1 files changed, 4 insertions, 4 deletions
diff --git a/gio/src/appinfo.hg b/gio/src/appinfo.hg
index b93302eb..15a7a6ec 100644
--- a/gio/src/appinfo.hg
+++ b/gio/src/appinfo.hg
@@ -191,7 +191,7 @@ public:
const Glib::RefPtr<AppLaunchContext>& context{.},
const SlotAsyncReady& slot{callback?},
const Glib::RefPtr<Cancellable>& cancellable{.} = {}),
- g_app_info_launch_uris_async, slot_name slot, slot_callback SignalProxy_async_callback, newin "2,60")
+ g_app_info_launch_uris_async, slot_name slot, slot_callback giomm_SignalProxy_async_callback, newin "2,60")
_WRAP_METHOD(bool launch_uris_finish(const Glib::RefPtr<AsyncResult>& result),
g_app_info_launch_uris_finish, errthrow, newin "2,60")
@@ -232,7 +232,7 @@ public:
bool must_support_uris = true), g_app_info_get_default_for_type)
_WRAP_METHOD(static void get_default_for_type_async(const std::string& content_type, bool must_support_uris,
const SlotAsyncReady& slot{callback?}, const Glib::RefPtr<Cancellable>& cancellable{.} = {}),
- g_app_info_get_default_for_type_async, slot_name slot, slot_callback SignalProxy_async_callback)
+ g_app_info_get_default_for_type_async, slot_name slot, slot_callback giomm_SignalProxy_async_callback)
_WRAP_METHOD(static Glib::RefPtr<AppInfo> get_default_for_type_finish(const Glib::RefPtr<AsyncResult>& result),
g_app_info_get_default_for_type_finish, errthrow)
@@ -240,7 +240,7 @@ public:
g_app_info_get_default_for_uri_scheme)
_WRAP_METHOD(static void get_default_for_uri_scheme_async(const std::string& content_type,
const SlotAsyncReady& slot{callback?}, const Glib::RefPtr<Cancellable>& cancellable{.} = {}),
- g_app_info_get_default_for_uri_scheme_async, slot_name slot, slot_callback SignalProxy_async_callback)
+ g_app_info_get_default_for_uri_scheme_async, slot_name slot, slot_callback giomm_SignalProxy_async_callback)
_WRAP_METHOD(static Glib::RefPtr<AppInfo> get_default_for_uri_scheme_finish(const Glib::RefPtr<AsyncResult>& result),
g_app_info_get_default_for_uri_scheme_finish, errthrow)
@@ -249,7 +249,7 @@ public:
_WRAP_METHOD(static void launch_default_for_uri_async(const std::string& uri, const Glib::RefPtr<AppLaunchContext>& context{.?},
const SlotAsyncReady& slot{callback?}, const Glib::RefPtr<Cancellable>& cancellable{.?}),
- g_app_info_launch_default_for_uri_async, slot_name slot, slot_callback SignalProxy_async_callback)
+ g_app_info_launch_default_for_uri_async, slot_name slot, slot_callback giomm_SignalProxy_async_callback)
_WRAP_METHOD(static bool launch_default_for_uri_finish(const Glib::RefPtr<AsyncResult>& result), g_app_info_launch_default_for_uri_finish, errthrow)
protected: