diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2019-03-15 18:20:50 +0100 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2019-03-15 18:20:50 +0100 |
commit | c095eeaee5d498b26ff4fb59a97b1b4c3c7951b7 (patch) | |
tree | cc8696d3686b36b4f766339d5823609fbe93bbd3 /gio/src/pollableoutputstream.hg | |
parent | 78101fa72ce8822e359823ea7e9bc92ea51b4904 (diff) | |
download | glibmm-c095eeaee5d498b26ff4fb59a97b1b4c3c7951b7.tar.gz |
Put _WRAP_VFUNC in protected sections
Diffstat (limited to 'gio/src/pollableoutputstream.hg')
-rw-r--r-- | gio/src/pollableoutputstream.hg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/src/pollableoutputstream.hg b/gio/src/pollableoutputstream.hg index d2858242..e761a872 100644 --- a/gio/src/pollableoutputstream.hg +++ b/gio/src/pollableoutputstream.hg @@ -55,6 +55,7 @@ public: _WRAP_METHOD(gssize write_nonblocking(const void* buffer, gsize count, const Glib::RefPtr<Cancellable>& cancellable{?}), g_pollable_output_stream_write_nonblocking, errthrow) +protected: _WRAP_VFUNC(bool can_poll() const, "can_poll") _WRAP_VFUNC(bool is_writable() const, "is_writable") |