From 7ff8b74a47059edbba7a9f9424fa0022943bc6ec Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Fri, 31 Mar 2023 18:15:23 +0200 Subject: Add Gio::giomm_SignalProxy_async_callback() with C linkage and use it instead of SignalProxy_async_callback(). Part of issue #1 --- gio/src/appinfo.hg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gio/src/appinfo.hg') 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& context{.}, const SlotAsyncReady& slot{callback?}, const Glib::RefPtr& 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& 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{.} = {}), - 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 get_default_for_type_finish(const Glib::RefPtr& 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{.} = {}), - 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 get_default_for_uri_scheme_finish(const Glib::RefPtr& 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& context{.?}, const SlotAsyncReady& slot{callback?}, const Glib::RefPtr& 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& result), g_app_info_launch_default_for_uri_finish, errthrow) protected: -- cgit v1.2.1