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/tlspassword.hg | |
parent | 78101fa72ce8822e359823ea7e9bc92ea51b4904 (diff) | |
download | glibmm-c095eeaee5d498b26ff4fb59a97b1b4c3c7951b7.tar.gz |
Put _WRAP_VFUNC in protected sections
Diffstat (limited to 'gio/src/tlspassword.hg')
-rw-r--r-- | gio/src/tlspassword.hg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/src/tlspassword.hg b/gio/src/tlspassword.hg index 917061ca..e314af89 100644 --- a/gio/src/tlspassword.hg +++ b/gio/src/tlspassword.hg @@ -62,6 +62,7 @@ public: _WRAP_PROPERTY("flags", Flags) _WRAP_PROPERTY("warning", Glib::ustring) +protected: #m4 _CONVERSION(`gsize*', `gsize&', `*($3)') _WRAP_VFUNC(const guchar* get_value(gsize& length) const, "get_value") |