~ubuntu-branches/ubuntu/precise/telepathy-mission-control-5/precise

« back to all changes in this revision

Viewing changes to src/mcd-channel.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2011-01-17 15:55:24 UTC
  • mto: (0.12.1 upstream) (7.1.4 maverick)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20110117155524-l8ex8kr7zhs8nnm6
Tags: upstream-5.7.1
ImportĀ upstreamĀ versionĀ 5.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    void (*status_changed_signal) (McdChannel * channel,
82
82
                                   McdChannelStatus status);
83
83
    void (*members_accepted_signal) (McdChannel *channel);
84
 
    TpDBusPropertiesMixinClass dbus_properties_class;
 
84
    TpDBusPropertiesMixinClass _former_dbus_properties_class;
85
85
    void (*_mc_reserved1) (void);
86
86
    void (*_mc_reserved2) (void);
87
87
    void (*_mc_reserved3) (void);
99
99
                                       const gchar *object_path,
100
100
                                       const gchar *type, guint handle,
101
101
                                       TpHandleType handle_type);
102
 
McdChannel *mcd_channel_new_request (McdAccount *account,
103
 
                                     DBusGConnection *dgc,
104
 
                                     GHashTable *properties,
105
 
                                     gint64 user_time,
106
 
                                     const gchar *preferred_handler,
107
 
                                     GHashTable *request_metadata,
108
 
                                     gboolean use_existing,
109
 
                                     gboolean proceeding);
110
102
 
111
103
McdChannelStatus mcd_channel_get_status (McdChannel * channel);
112
104
gboolean mcd_channel_get_members_accepted (McdChannel *channel);