[glibmm] gmmproc: _WRAP_PROPERTY: Remove a line from the generated docs
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] gmmproc: _WRAP_PROPERTY: Remove a line from the generated docs
- Date: Mon, 13 Apr 2015 07:39:23 +0000 (UTC)
commit 192ddfca9a17eaa5e6c78061dfb0bf48cf000377
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Mon Apr 13 09:36:50 2015 +0200
gmmproc: _WRAP_PROPERTY: Remove a line from the generated docs
* tools/m4/property.m4: Remove the line "You rarely need to use properties..."
It's becoming less true. Some new glib and gtk+ classes (GSimpleIOStream,
GtkModelButton, GtkPopoverMenu) have no public set/get methods corresponding
to their properties.
tools/m4/property.m4 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tools/m4/property.m4 b/tools/m4/property.m4
index cd926b6..1709aff 100644
--- a/tools/m4/property.m4
+++ b/tools/m4/property.m4
@@ -17,7 +17,6 @@ Glib::PropertyProxy$4< _QUOTE($3) >'dnl
)dnl
/** $6
*
- * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy$4 that allows you to dnl
ifelse($4,_ReadOnly,get,`ifelse($4,_WriteOnly,set,get or set)') the value of the property,
* or receive notification when the value of the property changes.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]