[glibmm] UnixOutputStream: Fix the constructor to use the correct property name.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] UnixOutputStream: Fix the constructor to use the correct property name.
- Date: Mon, 12 Apr 2010 07:59:40 +0000 (UTC)
commit 8b9211926698644f79e380d5675d6ea06154c2ac
Author: Alex Vallee <avallee hotmail com>
Date: Mon Apr 12 09:59:27 2010 +0200
UnixOutputStream: Fix the constructor to use the correct property name.
* gio/src/unixoutputstream.hg: Correct the constructor parameter name
used in the _WRAP_CTOR() call. We had already fixed the property name
but had forgotten to fix this, which affects the generated implementation.
Fixes bug #615482
ChangeLog | 9 +++++++++
gio/src/unixoutputstream.hg | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 68e7174..19f01a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-04-12 Alex Vallee <avallee hotmail com>
+
+ UnixOutputStream: Fix the constructor to use the correct property name.
+
+ * gio/src/unixoutputstream.hg: Correct the constructor parameter name
+ used in the _WRAP_CTOR() call. We had already fixed the property name
+ but had forgotten to fix this, which affects the generated implementation.
+ Fixes bug #615482
+
2010-04-11 José Alburquerque <jaalburqu svn gnome org>
Regenerate docs with the new docextract_to_xml.py script.
diff --git a/gio/src/unixoutputstream.hg b/gio/src/unixoutputstream.hg
index 0c172bd..3b98cc4 100644
--- a/gio/src/unixoutputstream.hg
+++ b/gio/src/unixoutputstream.hg
@@ -39,10 +39,10 @@ class UnixOutputStream : public Gio::OutputStream
_GTKMMPROC_WIN32_NO_WRAP
protected:
- _WRAP_CTOR(UnixOutputStream(int fd, bool close_fd_at_close), g_unix_output_stream_new)
+ _WRAP_CTOR(UnixOutputStream(int fd, bool close_fd), g_unix_output_stream_new)
public:
- _WRAP_CREATE(int fd, bool close_fd_at_close)
+ _WRAP_CREATE(int fd, bool close_fd)
_WRAP_METHOD(void set_close_fd(bool close_fd = true), g_unix_output_stream_set_close_fd)
_WRAP_METHOD(bool get_close_fd() const, g_unix_output_stream_get_close_fd)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]