connection-manager.h   connection-manager.h 
skipping to change at line 207 skipping to change at line 207
const TpConnectionManagerParam *param); const TpConnectionManagerParam *param);
gboolean tp_connection_manager_param_is_secret ( gboolean tp_connection_manager_param_is_secret (
const TpConnectionManagerParam *param); const TpConnectionManagerParam *param);
gboolean tp_connection_manager_param_is_dbus_property ( gboolean tp_connection_manager_param_is_dbus_property (
const TpConnectionManagerParam *param); const TpConnectionManagerParam *param);
gboolean tp_connection_manager_param_get_default ( gboolean tp_connection_manager_param_get_default (
const TpConnectionManagerParam *param, GValue *value); const TpConnectionManagerParam *param, GValue *value);
_TP_AVAILABLE_IN_0_20 _TP_AVAILABLE_IN_0_20
GVariant *tp_connection_manager_param_dup_default_variant ( GVariant *tp_connection_manager_param_dup_default_variant (
const TpConnectionManagerParam *param); const TpConnectionManagerParam *param);
_TP_AVAILABLE_IN_0_24
GVariantType *tp_connection_manager_param_dup_variant_type (
const TpConnectionManagerParam *param);
void tp_connection_manager_init_known_interfaces (void); void tp_connection_manager_init_known_interfaces (void);
#define TP_CONNECTION_MANAGER_FEATURE_CORE \ #define TP_CONNECTION_MANAGER_FEATURE_CORE \
(tp_connection_manager_get_feature_quark_core ()) (tp_connection_manager_get_feature_quark_core ())
GQuark tp_connection_manager_get_feature_quark_core (void) G_GNUC_CONST; GQuark tp_connection_manager_get_feature_quark_core (void) G_GNUC_CONST;
TpConnectionManagerParam *tp_connection_manager_param_copy ( TpConnectionManagerParam *tp_connection_manager_param_copy (
const TpConnectionManagerParam *in); const TpConnectionManagerParam *in);
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added


 presence-mixin.h   presence-mixin.h 
skipping to change at line 38 skipping to change at line 38
#include <telepathy-glib/enums.h> #include <telepathy-glib/enums.h>
#include <telepathy-glib/handle.h> #include <telepathy-glib/handle.h>
#include <telepathy-glib/svc-connection.h> #include <telepathy-glib/svc-connection.h>
#include "util.h" #include "util.h"
G_BEGIN_DECLS G_BEGIN_DECLS
typedef struct _TpPresenceStatusOptionalArgumentSpec typedef struct _TpPresenceStatusOptionalArgumentSpec
TpPresenceStatusOptionalArgumentSpec; TpPresenceStatusOptionalArgumentSpec;
typedef struct _TpPresenceStatusSpec TpPresenceStatusSpec; typedef struct _TpPresenceStatusSpec TpPresenceStatusSpec;
typedef struct _TpPresenceStatusSpecPrivate TpPresenceStatusSpecPrivate;
struct _TpPresenceStatusOptionalArgumentSpec { struct _TpPresenceStatusOptionalArgumentSpec {
const gchar *name; const gchar *name;
const gchar *dtype; const gchar *dtype;
/*<private>*/ /*<private>*/
gpointer _future1; gpointer _future1;
gpointer _future2; gpointer _future2;
}; };
struct _TpPresenceStatusSpec { struct _TpPresenceStatusSpec {
const gchar *name; const gchar *name;
TpConnectionPresenceType presence_type; TpConnectionPresenceType presence_type;
gboolean self; gboolean self;
const TpPresenceStatusOptionalArgumentSpec *optional_arguments; const TpPresenceStatusOptionalArgumentSpec *optional_arguments;
/*<private>*/ /*<private>*/
gpointer _future1; gpointer _future1;
gpointer _future2; TpPresenceStatusSpecPrivate *priv;
}; };
_TP_AVAILABLE_IN_0_24
TpConnectionPresenceType tp_presence_status_spec_get_presence_type (
const TpPresenceStatusSpec *self);
_TP_AVAILABLE_IN_0_24
const gchar *tp_presence_status_spec_get_name (
const TpPresenceStatusSpec *self);
_TP_AVAILABLE_IN_0_24
gboolean tp_presence_status_spec_can_set_on_self (
const TpPresenceStatusSpec *self);
_TP_AVAILABLE_IN_0_24
gboolean tp_presence_status_spec_has_message (
const TpPresenceStatusSpec *self);
_TP_AVAILABLE_IN_0_24
GType tp_presence_status_spec_get_type (void);
_TP_AVAILABLE_IN_0_24
TpPresenceStatusSpec *tp_presence_status_spec_new (const gchar *name,
TpConnectionPresenceType type,
gboolean can_set_on_self,
gboolean has_message);
_TP_AVAILABLE_IN_0_24
TpPresenceStatusSpec *tp_presence_status_spec_copy (
const TpPresenceStatusSpec *self);
_TP_AVAILABLE_IN_0_24
void tp_presence_status_spec_free (TpPresenceStatusSpec *self);
typedef struct _TpPresenceStatus TpPresenceStatus; typedef struct _TpPresenceStatus TpPresenceStatus;
struct _TpPresenceStatus { struct _TpPresenceStatus {
guint index; guint index;
GHashTable *optional_arguments; GHashTable *optional_arguments;
/*<private>*/ /*<private>*/
gpointer _future1; gpointer _future1;
gpointer _future2; gpointer _future2;
}; };
 End of changes. 3 change blocks. 
1 lines changed or deleted 34 lines changed or added


 protocol.h   protocol.h 
skipping to change at line 116 skipping to change at line 116
_TP_DEPRECATED_IN_0_20_FOR(tp_protocol_dup_params) _TP_DEPRECATED_IN_0_20_FOR(tp_protocol_dup_params)
_TP_AVAILABLE_IN_0_18 _TP_AVAILABLE_IN_0_18
const TpConnectionManagerParam *tp_protocol_borrow_params (TpProtocol *self ) const TpConnectionManagerParam *tp_protocol_borrow_params (TpProtocol *self )
G_GNUC_WARN_UNUSED_RESULT; G_GNUC_WARN_UNUSED_RESULT;
#endif #endif
const gchar * const * const gchar * const *
/* gtk-doc sucks */ /* gtk-doc sucks */
tp_protocol_get_authentication_types (TpProtocol *self); tp_protocol_get_authentication_types (TpProtocol *self);
_TP_AVAILABLE_IN_0_24
const gchar * const *
/* ... */
tp_protocol_get_addressable_vcard_fields (TpProtocol *self);
_TP_AVAILABLE_IN_0_24
const gchar * const *
/* ... */
tp_protocol_get_addressable_uri_schemes (TpProtocol *self);
_TP_AVAILABLE_IN_0_24
GList *tp_protocol_dup_presence_statuses (TpProtocol *self)
G_GNUC_WARN_UNUSED_RESULT;
#define TP_PROTOCOL_FEATURE_CORE \ #define TP_PROTOCOL_FEATURE_CORE \
(tp_protocol_get_feature_quark_core ()) (tp_protocol_get_feature_quark_core ())
GQuark tp_protocol_get_feature_quark_core (void) G_GNUC_CONST; GQuark tp_protocol_get_feature_quark_core (void) G_GNUC_CONST;
const gchar *tp_protocol_get_vcard_field (TpProtocol *self); const gchar *tp_protocol_get_vcard_field (TpProtocol *self);
const gchar *tp_protocol_get_english_name (TpProtocol *self); const gchar *tp_protocol_get_english_name (TpProtocol *self);
const gchar *tp_protocol_get_icon_name (TpProtocol *self); const gchar *tp_protocol_get_icon_name (TpProtocol *self);
TpCapabilities *tp_protocol_get_capabilities (TpProtocol *self); TpCapabilities *tp_protocol_get_capabilities (TpProtocol *self);
_TP_AVAILABLE_IN_0_16 _TP_AVAILABLE_IN_0_16
TpAvatarRequirements * tp_protocol_get_avatar_requirements (TpProtocol *sel f); TpAvatarRequirements * tp_protocol_get_avatar_requirements (TpProtocol *sel f);
_TP_AVAILABLE_IN_0_24
void tp_protocol_normalize_contact_async (TpProtocol *self,
const gchar *contact,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
_TP_AVAILABLE_IN_0_24
gchar *tp_protocol_normalize_contact_finish (TpProtocol *self,
GAsyncResult *result,
GError **error);
_TP_AVAILABLE_IN_0_24
void tp_protocol_identify_account_async (TpProtocol *self,
GVariant *vardict,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
_TP_AVAILABLE_IN_0_24
gchar *tp_protocol_identify_account_finish (TpProtocol *self,
GAsyncResult *result,
GError **error);
_TP_AVAILABLE_IN_0_24
void tp_protocol_normalize_contact_uri_async (TpProtocol *self,
const gchar *uri,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
_TP_AVAILABLE_IN_0_24
gchar *tp_protocol_normalize_contact_uri_finish (TpProtocol *self,
GAsyncResult *result,
GError **error);
_TP_AVAILABLE_IN_0_24
void tp_protocol_normalize_vcard_address_async (TpProtocol *self,
const gchar *field,
const gchar *value,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
_TP_AVAILABLE_IN_0_24
gchar *tp_protocol_normalize_vcard_address_finish (TpProtocol *self,
GAsyncResult *result,
GError **error);
G_END_DECLS G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-protocol.h> #include <telepathy-glib/_gen/tp-cli-protocol.h>
#endif #endif
 End of changes. 2 change blocks. 
0 lines changed or deleted 63 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 23 #define TP_MINOR_VERSION 23
#define TP_MICRO_VERSION 0 #define TP_MICRO_VERSION 1
 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/