summaryrefslogtreecommitdiff
path: root/gio/src/proxy.ccg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/proxy.ccg')
-rw-r--r--gio/src/proxy.ccg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/proxy.ccg b/gio/src/proxy.ccg
index 7331996f..19efb6ae 100644
--- a/gio/src/proxy.ccg
+++ b/gio/src/proxy.ccg
@@ -35,7 +35,7 @@ Proxy::connect_async(const Glib::RefPtr<IOStream>& connection,
g_proxy_connect_async(gobj(), Glib::unwrap(connection),
const_cast<GProxyAddress*>(Glib::unwrap(proxy_address)), Glib::unwrap(cancellable),
- &SignalProxy_async_callback, slot_copy);
+ &giomm_SignalProxy_async_callback, slot_copy);
}
void
@@ -48,7 +48,7 @@ Proxy::connect_async(const Glib::RefPtr<IOStream>& connection,
auto slot_copy = new SlotAsyncReady(slot);
g_proxy_connect_async(gobj(), Glib::unwrap(connection),
- const_cast<GProxyAddress*>(Glib::unwrap(proxy_address)), nullptr, &SignalProxy_async_callback,
+ const_cast<GProxyAddress*>(Glib::unwrap(proxy_address)), nullptr, &giomm_SignalProxy_async_callback,
slot_copy);
}