summaryrefslogtreecommitdiff
path: root/gio/src/iostream.ccg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-04-18 18:27:18 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-04-18 21:32:03 +0200
commit73c0d2673e583bb5e2e8cb42d50ea32706f6265b (patch)
treed10208ab715b3e6b1a83c5c7b074291f6bc61614 /gio/src/iostream.ccg
parentb0726d262565f7a0152da1c10f06a9b093db9128 (diff)
downloadglibmm-73c0d2673e583bb5e2e8cb42d50ea32706f6265b.tar.gz
Gio::IOStream: Change IOStreamSpliceFlags to IOStream::SpliceFlags.
Diffstat (limited to 'gio/src/iostream.ccg')
-rw-r--r--gio/src/iostream.ccg4
1 files changed, 2 insertions, 2 deletions
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<IOStream>& stream2, const SlotAsyncReady& slot,
- const Glib::RefPtr<Cancellable>& cancellable, IOStreamSpliceFlags flags, int io_priority)
+ const Glib::RefPtr<Cancellable>& 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<IOStream>& stream2, const SlotAsyncRea
void
IOStream::splice_async(const Glib::RefPtr<IOStream>& 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