| protocol.h | | protocol.h | |
| | | | |
| skipping to change at line 84 | | skipping to change at line 84 | |
| TpProxy parent; | | TpProxy parent; | |
| TpProtocolPrivate *priv; | | TpProtocolPrivate *priv; | |
| }; | | }; | |
| | | | |
| void tp_protocol_init_known_interfaces (void); | | void tp_protocol_init_known_interfaces (void); | |
| | | | |
| TpProtocol *tp_protocol_new (TpDBusDaemon *dbus, const gchar *cm_name, | | TpProtocol *tp_protocol_new (TpDBusDaemon *dbus, const gchar *cm_name, | |
| const gchar *protocol_name, const GHashTable *immutable_properties, | | const gchar *protocol_name, const GHashTable *immutable_properties, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | _TP_AVAILABLE_IN_0_24 | |
| | | TpProtocol * tp_protocol_new_vardict (TpDBusDaemon *dbus, | |
| | | const gchar *cm_name, | |
| | | const gchar *protocol_name, | |
| | | GVariant *immutable_properties, | |
| | | GError **error); | |
| | | | |
| const gchar *tp_protocol_get_name (TpProtocol *self); | | const gchar *tp_protocol_get_name (TpProtocol *self); | |
| | | | |
| _TP_AVAILABLE_IN_0_20 | | _TP_AVAILABLE_IN_0_20 | |
| const gchar *tp_protocol_get_cm_name (TpProtocol *self); | | const gchar *tp_protocol_get_cm_name (TpProtocol *self); | |
| | | | |
| #define TP_PROTOCOL_FEATURE_PARAMETERS \ | | #define TP_PROTOCOL_FEATURE_PARAMETERS \ | |
| (tp_protocol_get_feature_quark_parameters ()) | | (tp_protocol_get_feature_quark_parameters ()) | |
| GQuark tp_protocol_get_feature_quark_parameters (void) G_GNUC_CONST; | | GQuark tp_protocol_get_feature_quark_parameters (void) G_GNUC_CONST; | |
| | | | |
| const TpConnectionManagerParam *tp_protocol_get_param (TpProtocol *self, | | const TpConnectionManagerParam *tp_protocol_get_param (TpProtocol *self, | |
| | | | |
| skipping to change at line 105 | | skipping to change at line 112 | |
| _TP_AVAILABLE_IN_0_18 | | _TP_AVAILABLE_IN_0_18 | |
| TpConnectionManagerParam *tp_protocol_dup_param (TpProtocol *self, | | TpConnectionManagerParam *tp_protocol_dup_param (TpProtocol *self, | |
| const gchar *param); | | const gchar *param); | |
| gboolean tp_protocol_has_param (TpProtocol *self, | | gboolean tp_protocol_has_param (TpProtocol *self, | |
| const gchar *param); | | const gchar *param); | |
| gboolean tp_protocol_can_register (TpProtocol *self); | | gboolean tp_protocol_can_register (TpProtocol *self); | |
| GStrv tp_protocol_dup_param_names (TpProtocol *self) G_GNUC_WARN_UNUSED_RES
ULT; | | GStrv tp_protocol_dup_param_names (TpProtocol *self) G_GNUC_WARN_UNUSED_RES
ULT; | |
| _TP_AVAILABLE_IN_0_18 | | _TP_AVAILABLE_IN_0_18 | |
| GList *tp_protocol_dup_params (TpProtocol *self) G_GNUC_WARN_UNUSED_RESULT; | | GList *tp_protocol_dup_params (TpProtocol *self) G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
|
| | | _TP_AVAILABLE_IN_0_24 | |
| | | GVariant * tp_protocol_dup_immutable_properties (TpProtocol *self); | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef TP_DISABLE_DEPRECATED | |
| _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); | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 10 lines changed or added | |
|