summaryrefslogtreecommitdiff
path: root/gio/src/file.ccg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/file.ccg')
-rw-r--r--gio/src/file.ccg4
1 files changed, 3 insertions, 1 deletions
diff --git a/gio/src/file.ccg b/gio/src/file.ccg
index 8e8204a9..484bad52 100644
--- a/gio/src/file.ccg
+++ b/gio/src/file.ccg
@@ -28,6 +28,8 @@ using CopySlots = std::pair<Gio::File::SlotFileProgress*, Gio::SlotAsyncReady*>;
using MeasureSlots = std::pair<Gio::File::SlotFileMeasureProgress*, Gio::SlotAsyncReady*>;
using LoadPartialSlots = std::pair<Gio::File::SlotReadMore*, Gio::SlotAsyncReady*>;
+extern "C"
+{
static void
SignalProxy_file_progress_callback(
goffset current_num_bytes, goffset total_num_bytes, gpointer data)
@@ -162,7 +164,7 @@ SignalProxy_file_measure_progress_callback(
Glib::exception_handlers_invoke();
}
}
-
+} // extern "C"
} // anonymous namespace
namespace Gio