summaryrefslogtreecommitdiff
path: root/gobject/gbinding.c
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/gbinding.c')
-rw-r--r--gobject/gbinding.c20
1 files changed, 5 insertions, 15 deletions
diff --git a/gobject/gbinding.c b/gobject/gbinding.c
index 204dc44db..133676592 100644
--- a/gobject/gbinding.c
+++ b/gobject/gbinding.c
@@ -889,9 +889,7 @@ g_binding_class_init (GBindingClass *klass)
* Since: 2.26
*/
g_object_class_install_property (gobject_class, PROP_SOURCE,
- g_param_spec_object ("source",
- P_("Source"),
- P_("The source of the binding"),
+ g_param_spec_object ("source", NULL, NULL,
G_TYPE_OBJECT,
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_READWRITE |
@@ -904,9 +902,7 @@ g_binding_class_init (GBindingClass *klass)
* Since: 2.26
*/
g_object_class_install_property (gobject_class, PROP_TARGET,
- g_param_spec_object ("target",
- P_("Target"),
- P_("The target of the binding"),
+ g_param_spec_object ("target", NULL, NULL,
G_TYPE_OBJECT,
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_READWRITE |
@@ -923,9 +919,7 @@ g_binding_class_init (GBindingClass *klass)
* Since: 2.26
*/
g_object_class_install_property (gobject_class, PROP_SOURCE_PROPERTY,
- g_param_spec_string ("source-property",
- P_("Source Property"),
- P_("The property on the source to bind"),
+ g_param_spec_string ("source-property", NULL, NULL,
NULL,
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_READWRITE |
@@ -942,9 +936,7 @@ g_binding_class_init (GBindingClass *klass)
* Since: 2.26
*/
g_object_class_install_property (gobject_class, PROP_TARGET_PROPERTY,
- g_param_spec_string ("target-property",
- P_("Target Property"),
- P_("The property on the target to bind"),
+ g_param_spec_string ("target-property", NULL, NULL,
NULL,
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_READWRITE |
@@ -957,9 +949,7 @@ g_binding_class_init (GBindingClass *klass)
* Since: 2.26
*/
g_object_class_install_property (gobject_class, PROP_FLAGS,
- g_param_spec_flags ("flags",
- P_("Flags"),
- P_("The binding flags"),
+ g_param_spec_flags ("flags", NULL, NULL,
G_TYPE_BINDING_FLAGS,
G_BINDING_DEFAULT,
G_PARAM_CONSTRUCT_ONLY |