[empathy] empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGS
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGS
- Date: Fri, 17 Apr 2009 06:06:25 -0400 (EDT)
commit 75d72600210ef76510cf73f173891cf8fa3b3451
Author: Guillaume Desmottes <gdesmott gnome org>
Date: Thu Apr 16 16:32:29 2009 +0100
empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGS
---
libempathy/empathy-tp-tube.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c
index 088c940..c2a2e0c 100644
--- a/libempathy/empathy-tp-tube.c
+++ b/libempathy/empathy-tp-tube.c
@@ -229,13 +229,11 @@ empathy_tp_tube_class_init (EmpathyTpTubeClass *klass)
g_object_class_install_property (object_class, PROP_CHANNEL,
g_param_spec_object ("channel", "channel", "channel", TP_TYPE_CHANNEL,
- G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_NAME |
- G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB));
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
g_object_class_install_property (object_class, PROP_STATE,
g_param_spec_uint ("state", "state", "state", 0, G_MAXUINT, 0,
- G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK |
- G_PARAM_STATIC_BLURB));
+ G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_STRINGS));
signals[DESTROY] = g_signal_new ("destroy",
G_TYPE_FROM_CLASS (klass),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]