From 73c0d2673e583bb5e2e8cb42d50ea32706f6265b Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 18 Apr 2017 18:27:18 +0200 Subject: Gio::IOStream: Change IOStreamSpliceFlags to IOStream::SpliceFlags. --- gio/src/iostream.ccg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gio/src/iostream.ccg') diff --git a/gio/src/iostream.ccg b/gio/src/iostream.ccg index 6242c79e..a278ddff 100644 --- a/gio/src/iostream.ccg +++ b/gio/src/iostream.ccg @@ -51,7 +51,7 @@ IOStream::close_async(const SlotAsyncReady& slot, int io_priority) void IOStream::splice_async(const Glib::RefPtr& stream2, const SlotAsyncReady& slot, - const Glib::RefPtr& cancellable, IOStreamSpliceFlags flags, int io_priority) + const Glib::RefPtr& cancellable, SpliceFlags flags, int io_priority) { // Create a copy of the slot. // A pointer to it will be passed through the callback's data parameter @@ -64,7 +64,7 @@ IOStream::splice_async(const Glib::RefPtr& stream2, const SlotAsyncRea void IOStream::splice_async(const Glib::RefPtr& stream2, const SlotAsyncReady& slot, - IOStreamSpliceFlags flags, int io_priority) + SpliceFlags flags, int io_priority) { // Create a copy of the slot. // A pointer to it will be passed through the callback's data parameter -- cgit v1.2.1