summaryrefslogtreecommitdiff
path: root/gio/src/fileinputstream.ccg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/fileinputstream.ccg')
-rw-r--r--gio/src/fileinputstream.ccg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/fileinputstream.ccg b/gio/src/fileinputstream.ccg
index 9bd02160..6d8b9a49 100644
--- a/gio/src/fileinputstream.ccg
+++ b/gio/src/fileinputstream.ccg
@@ -56,7 +56,7 @@ FileInputStream::query_info_async(const SlotAsyncReady& slot,
auto slot_copy = new SlotAsyncReady(slot);
g_file_input_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 @@ FileInputStream::query_info_async(
auto slot_copy = new SlotAsyncReady(slot);
g_file_input_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