contact.h   contact.h 
skipping to change at line 178 skipping to change at line 178
guint n_contacts, TpContact * const *contacts, guint n_contacts, TpContact * const *contacts,
guint n_features, const TpContactFeature *features, guint n_features, const TpContactFeature *features,
TpConnectionUpgradeContactsCb callback, TpConnectionUpgradeContactsCb callback,
gpointer user_data, GDestroyNotify destroy, GObject *weak_object); gpointer user_data, GDestroyNotify destroy, GObject *weak_object);
typedef void (*TpConnectionContactsByIdCb) (TpConnection *connection, typedef void (*TpConnectionContactsByIdCb) (TpConnection *connection,
guint n_contacts, TpContact * const *contacts, guint n_contacts, TpContact * const *contacts,
const gchar * const *requested_ids, GHashTable *failed_id_errors, const gchar * const *requested_ids, GHashTable *failed_id_errors,
const GError *error, gpointer user_data, GObject *weak_object); const GError *error, gpointer user_data, GObject *weak_object);
_TP_DEPRECATED_IN_0_20_FOR(tp_connection_get_contact_by_id_async) _TP_DEPRECATED_IN_0_20_FOR(tp_connection_dup_contact_by_id_async)
void tp_connection_get_contacts_by_id (TpConnection *self, void tp_connection_get_contacts_by_id (TpConnection *self,
guint n_ids, const gchar * const *ids, guint n_ids, const gchar * const *ids,
guint n_features, const TpContactFeature *features, guint n_features, const TpContactFeature *features,
TpConnectionContactsByIdCb callback, TpConnectionContactsByIdCb callback,
gpointer user_data, GDestroyNotify destroy, GObject *weak_object); gpointer user_data, GDestroyNotify destroy, GObject *weak_object);
#endif #endif
TpContact *tp_connection_dup_contact_if_possible (TpConnection *connection, TpContact *tp_connection_dup_contact_if_possible (TpConnection *connection,
TpHandle handle, const gchar *identifier); TpHandle handle, const gchar *identifier);
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 version.h   version.h 
/* telepathy-glib/version.h. Generated from version.h.in by configure. */ /* telepathy-glib/version.h. Generated from version.h.in by configure. */
#define TP_MAJOR_VERSION 0 #define TP_MAJOR_VERSION 0
#define TP_MINOR_VERSION 20 #define TP_MINOR_VERSION 20
#define TP_MICRO_VERSION 1 #define TP_MICRO_VERSION 2
 End of changes. 1 change blocks. 
0 lines changed or deleted 0 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/