dbus-properties-mixin.h | dbus-properties-mixin.h | |||
---|---|---|---|---|
skipping to change at line 141 | skipping to change at line 141 | |||
const gchar *interface_name, const gchar *property_name, | const gchar *interface_name, const gchar *property_name, | |||
GValue *value, GError **error); | GValue *value, GError **error); | |||
_TP_AVAILABLE_IN_0_16 | _TP_AVAILABLE_IN_0_16 | |||
gboolean tp_dbus_properties_mixin_set ( | gboolean tp_dbus_properties_mixin_set ( | |||
GObject *self, | GObject *self, | |||
const gchar *interface_name, | const gchar *interface_name, | |||
const gchar *property_name, | const gchar *property_name, | |||
const GValue *value, | const GValue *value, | |||
GError **error); | GError **error); | |||
_TP_AVAILABLE_IN_0_22 | ||||
GHashTable *tp_dbus_properties_mixin_dup_all (GObject *self, | ||||
const gchar *interface_name); | ||||
GHashTable *tp_dbus_properties_mixin_make_properties_hash ( | GHashTable *tp_dbus_properties_mixin_make_properties_hash ( | |||
GObject *object, const gchar *first_interface, | GObject *object, const gchar *first_interface, | |||
const gchar *first_property, ...) | const gchar *first_property, ...) | |||
G_GNUC_NULL_TERMINATED G_GNUC_WARN_UNUSED_RESULT; | G_GNUC_NULL_TERMINATED G_GNUC_WARN_UNUSED_RESULT; | |||
void tp_dbus_properties_mixin_fill_properties_hash (GObject *object, | void tp_dbus_properties_mixin_fill_properties_hash (GObject *object, | |||
GHashTable *table, | GHashTable *table, | |||
const gchar *first_interface, | const gchar *first_interface, | |||
const gchar *first_property, | const gchar *first_property, | |||
...) | ...) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||
telepathy-interfaces.h | telepathy-interfaces.h | |||
---|---|---|---|---|
skipping to change at line 124 | skipping to change at line 124 | |||
(tp_iface_quark_connection ()) | (tp_iface_quark_connection ()) | |||
GQuark tp_iface_quark_connection (void); | GQuark tp_iface_quark_connection (void); | |||
#define TP_PROP_CONNECTION_INTERFACES \ | #define TP_PROP_CONNECTION_INTERFACES \ | |||
"org.freedesktop.Telepathy.Connection.Interfaces" | "org.freedesktop.Telepathy.Connection.Interfaces" | |||
#define TP_PROP_CONNECTION_SELF_HANDLE \ | #define TP_PROP_CONNECTION_SELF_HANDLE \ | |||
"org.freedesktop.Telepathy.Connection.SelfHandle" | "org.freedesktop.Telepathy.Connection.SelfHandle" | |||
#define TP_PROP_CONNECTION_SELF_ID \ | ||||
"org.freedesktop.Telepathy.Connection.SelfID" | ||||
#define TP_PROP_CONNECTION_STATUS \ | #define TP_PROP_CONNECTION_STATUS \ | |||
"org.freedesktop.Telepathy.Connection.Status" | "org.freedesktop.Telepathy.Connection.Status" | |||
#define TP_PROP_CONNECTION_HAS_IMMORTAL_HANDLES \ | #define TP_PROP_CONNECTION_HAS_IMMORTAL_HANDLES \ | |||
"org.freedesktop.Telepathy.Connection.HasImmortalHandles" | "org.freedesktop.Telepathy.Connection.HasImmortalHandles" | |||
#define TP_TOKEN_CONNECTION_CONTACT_ID \ | #define TP_TOKEN_CONNECTION_CONTACT_ID \ | |||
"org.freedesktop.Telepathy.Connection/contact-id" | "org.freedesktop.Telepathy.Connection/contact-id" | |||
#define TP_IFACE_CONNECTION_INTERFACE_ADDRESSING \ | #define TP_IFACE_CONNECTION_INTERFACE_ADDRESSING \ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added | |||
tp-cli-connection.h | tp-cli-connection.h | |||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
typedef void (*tp_cli_connection_signal_callback_self_handle_changed) (TpCo nnection *proxy, | typedef void (*tp_cli_connection_signal_callback_self_handle_changed) (TpCo nnection *proxy, | |||
guint arg_Self_Handle, | guint arg_Self_Handle, | |||
gpointer user_data, GObject *weak_object); | gpointer user_data, GObject *weak_object); | |||
TpProxySignalConnection *tp_cli_connection_connect_to_self_handle_changed ( TpConnection *proxy, | TpProxySignalConnection *tp_cli_connection_connect_to_self_handle_changed ( TpConnection *proxy, | |||
tp_cli_connection_signal_callback_self_handle_changed callback, | tp_cli_connection_signal_callback_self_handle_changed callback, | |||
gpointer user_data, | gpointer user_data, | |||
GDestroyNotify destroy, | GDestroyNotify destroy, | |||
GObject *weak_object, | GObject *weak_object, | |||
GError **error); | GError **error); | |||
typedef void (*tp_cli_connection_signal_callback_self_contact_changed) (TpC | ||||
onnection *proxy, | ||||
guint arg_Self_Handle, | ||||
const gchar *arg_Self_ID, | ||||
gpointer user_data, GObject *weak_object); | ||||
TpProxySignalConnection *tp_cli_connection_connect_to_self_contact_changed | ||||
(TpConnection *proxy, | ||||
tp_cli_connection_signal_callback_self_contact_changed callback, | ||||
gpointer user_data, | ||||
GDestroyNotify destroy, | ||||
GObject *weak_object, | ||||
GError **error); | ||||
typedef void (*tp_cli_connection_signal_callback_new_channel) (TpConnection *proxy, | typedef void (*tp_cli_connection_signal_callback_new_channel) (TpConnection *proxy, | |||
const gchar *arg_Object_Path, | const gchar *arg_Object_Path, | |||
const gchar *arg_Channel_Type, | const gchar *arg_Channel_Type, | |||
guint arg_Handle_Type, | guint arg_Handle_Type, | |||
guint arg_Handle, | guint arg_Handle, | |||
gboolean arg_Suppress_Handler, | gboolean arg_Suppress_Handler, | |||
gpointer user_data, GObject *weak_object); | gpointer user_data, GObject *weak_object); | |||
TpProxySignalConnection *tp_cli_connection_connect_to_new_channel (TpConnec tion *proxy, | TpProxySignalConnection *tp_cli_connection_connect_to_new_channel (TpConnec tion *proxy, | |||
tp_cli_connection_signal_callback_new_channel callback, | tp_cli_connection_signal_callback_new_channel callback, | |||
gpointer user_data, | gpointer user_data, | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 13 lines changed or added | |||
tp-svc-connection.h | tp-svc-connection.h | |||
---|---|---|---|---|
skipping to change at line 230 | skipping to change at line 230 | |||
/* this comment is to stop gtkdoc realising this is static */ | /* this comment is to stop gtkdoc realising this is static */ | |||
void tp_svc_connection_return_from_remove_client_interest (DBusGMethodInvoc ation *context); | void tp_svc_connection_return_from_remove_client_interest (DBusGMethodInvoc ation *context); | |||
static inline void | static inline void | |||
tp_svc_connection_return_from_remove_client_interest (DBusGMethodInvocation *context) | tp_svc_connection_return_from_remove_client_interest (DBusGMethodInvocation *context) | |||
{ | { | |||
dbus_g_method_return (context); | dbus_g_method_return (context); | |||
} | } | |||
void tp_svc_connection_emit_self_handle_changed (gpointer instance, | void tp_svc_connection_emit_self_handle_changed (gpointer instance, | |||
guint arg_Self_Handle); | guint arg_Self_Handle); | |||
void tp_svc_connection_emit_self_contact_changed (gpointer instance, | ||||
guint arg_Self_Handle, | ||||
const gchar *arg_Self_ID); | ||||
void tp_svc_connection_emit_new_channel (gpointer instance, | void tp_svc_connection_emit_new_channel (gpointer instance, | |||
const gchar *arg_Object_Path, | const gchar *arg_Object_Path, | |||
const gchar *arg_Channel_Type, | const gchar *arg_Channel_Type, | |||
guint arg_Handle_Type, | guint arg_Handle_Type, | |||
guint arg_Handle, | guint arg_Handle, | |||
gboolean arg_Suppress_Handler); | gboolean arg_Suppress_Handler); | |||
void tp_svc_connection_emit_connection_error (gpointer instance, | void tp_svc_connection_emit_connection_error (gpointer instance, | |||
const gchar *arg_Error, | const gchar *arg_Error, | |||
GHashTable *arg_Details); | GHashTable *arg_Details); | |||
void tp_svc_connection_emit_status_changed (gpointer instance, | void tp_svc_connection_emit_status_changed (gpointer instance, | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 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 21 | #define TP_MINOR_VERSION 21 | |||
#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 | |||