[Telepathy-commits] [telepathy-salut/master] SalutImChannel: Requested, InitiatorID, InitiatorHandle are no more future properties

Alban Crequy alban.crequy at collabora.co.uk
Wed Oct 22 11:20:28 PDT 2008


---
 src/salut-im-channel.c |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/src/salut-im-channel.c b/src/salut-im-channel.c
index ea4cf2b..1939985 100644
--- a/src/salut-im-channel.c
+++ b/src/salut-im-channel.c
@@ -285,9 +285,9 @@ salut_im_channel_get_property (GObject *object,
                 TP_IFACE_CHANNEL, "TargetHandleType",
                 TP_IFACE_CHANNEL, "ChannelType",
                 TP_IFACE_CHANNEL, "TargetID",
-                SALUT_IFACE_CHANNEL_FUTURE, "InitiatorHandle",
-                SALUT_IFACE_CHANNEL_FUTURE, "InitiatorID",
-                SALUT_IFACE_CHANNEL_FUTURE, "Requested",
+                TP_IFACE_CHANNEL, "InitiatorHandle",
+                TP_IFACE_CHANNEL, "InitiatorID",
+                TP_IFACE_CHANNEL, "Requested",
                 NULL));
         break;
       default:
@@ -407,9 +407,6 @@ salut_im_channel_class_init (SalutImChannelClass *salut_im_channel_class)
       { "TargetID", "target-id", NULL },
       { "ChannelType", "channel-type", NULL },
       { "Interfaces", "interfaces", NULL },
-      { NULL }
-  };
-  static TpDBusPropertiesMixinPropImpl future_props[] = {
       { "Requested", "requested", NULL },
       { "InitiatorHandle", "initiator-handle", NULL },
       { "InitiatorID", "initiator-id", NULL },
@@ -421,11 +418,6 @@ salut_im_channel_class_init (SalutImChannelClass *salut_im_channel_class)
         NULL,
         channel_props,
       },
-      { SALUT_IFACE_CHANNEL_FUTURE,
-        tp_dbus_properties_mixin_getter_gobject_properties,
-        NULL,
-        future_props,
-      },
       { NULL }
   };
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list