[Telepathy-commits] [telepathy-gabble/master] GabbleRosterChannel: reindent property param-spec and give it static nick, name, blurb
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:08 PDT 2008
20080606102731-53eee-5b1278fe8be4c68e10897b086804b6e00ba6c1cf.gz
---
src/gabble-roster-channel.c | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/gabble-roster-channel.c b/src/gabble-roster-channel.c
index 45bbba9..22b33e8 100644
--- a/src/gabble-roster-channel.c
+++ b/src/gabble-roster-channel.c
@@ -282,13 +282,10 @@ gabble_roster_channel_class_init (GabbleRosterChannelClass *gabble_roster_channe
object_class->finalize = gabble_roster_channel_finalize;
param_spec = g_param_spec_object ("connection", "GabbleConnection object",
- "Gabble connection object that owns this "
- "Roster channel object.",
- GABBLE_TYPE_CONNECTION,
- G_PARAM_CONSTRUCT_ONLY |
- G_PARAM_READWRITE |
- G_PARAM_STATIC_NICK |
- G_PARAM_STATIC_BLURB);
+ "Gabble connection object that owns this Roster channel object.",
+ GABBLE_TYPE_CONNECTION,
+ G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE |
+ G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB);
g_object_class_install_property (object_class, PROP_CONNECTION, param_spec);
param_spec = g_param_spec_boxed ("interfaces", "Extra D-Bus interfaces",
--
1.5.6.3
More information about the Telepathy-commits
mailing list