summaryrefslogtreecommitdiff
path: root/gio/src/fileiostream.ccg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/fileiostream.ccg')
-rw-r--r--gio/src/fileiostream.ccg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/fileiostream.ccg b/gio/src/fileiostream.ccg
index 32c4337a..a48cc787 100644
--- a/gio/src/fileiostream.ccg
+++ b/gio/src/fileiostream.ccg
@@ -56,7 +56,7 @@ FileIOStream::query_info_async(const SlotAsyncReady& slot,
auto slot_copy = new SlotAsyncReady(slot);
g_file_io_stream_query_info_async(gobj(), const_cast<char*>(attributes.c_str()), io_priority,
- Glib::unwrap(cancellable), &SignalProxy_async_callback, slot_copy);
+ Glib::unwrap(cancellable), &giomm_SignalProxy_async_callback, slot_copy);
}
void
@@ -69,7 +69,7 @@ FileIOStream::query_info_async(
auto slot_copy = new SlotAsyncReady(slot);
g_file_io_stream_query_info_async(gobj(), const_cast<char*>(attributes.c_str()), io_priority,
- nullptr, &SignalProxy_async_callback, slot_copy);
+ nullptr, &giomm_SignalProxy_async_callback, slot_copy);
}
} // namespace Gio