[Telepathy-commits] [telepathy-gabble/master] GabbleIMChannel: reindent property param-spec and give it static strings

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:11 PDT 2008


20080606102816-53eee-afd1864f98f6ed2e1d0a221d042e8a7b29844564.gz
---
 src/gabble-im-channel.c |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/src/gabble-im-channel.c b/src/gabble-im-channel.c
index c8d9f5b..64c23fa 100644
--- a/src/gabble-im-channel.c
+++ b/src/gabble-im-channel.c
@@ -238,13 +238,10 @@ gabble_im_channel_class_init (GabbleIMChannelClass *gabble_im_channel_class)
   g_object_class_override_property (object_class, PROP_HANDLE, "handle");
 
   param_spec = g_param_spec_object ("connection", "GabbleConnection object",
-                                    "Gabble connection object that owns this "
-                                    "IM 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 IM 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