summaryrefslogtreecommitdiff
path: root/gio/src/bufferedinputstream.ccg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/bufferedinputstream.ccg')
-rw-r--r--gio/src/bufferedinputstream.ccg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/bufferedinputstream.ccg b/gio/src/bufferedinputstream.ccg
index c4ed802a..d05ef5df 100644
--- a/gio/src/bufferedinputstream.ccg
+++ b/gio/src/bufferedinputstream.ccg
@@ -36,7 +36,7 @@ BufferedInputStream::fill_async(const SlotAsyncReady& slot, gssize count,
auto slot_copy = new SlotAsyncReady(slot);
g_buffered_input_stream_fill_async(
- gobj(), count, io_priority, Glib::unwrap(cancellable), &SignalProxy_async_callback, slot_copy);
+ gobj(), count, io_priority, Glib::unwrap(cancellable), &giomm_SignalProxy_async_callback, slot_copy);
}
void
@@ -48,7 +48,7 @@ BufferedInputStream::fill_async(const SlotAsyncReady& slot, gssize count, int io
auto slot_copy = new SlotAsyncReady(slot);
g_buffered_input_stream_fill_async(
- gobj(), count, io_priority, nullptr, &SignalProxy_async_callback, slot_copy);
+ gobj(), count, io_priority, nullptr, &giomm_SignalProxy_async_callback, slot_copy);
}
} // namespace Gio