proxy-subclass.h   proxy-subclass.h 
skipping to change at line 68 skipping to change at line 68
typedef void (*TpProxyInterfaceAddedCb) (TpProxy *self, typedef void (*TpProxyInterfaceAddedCb) (TpProxy *self,
guint quark, DBusGProxy *proxy, gpointer unused); guint quark, DBusGProxy *proxy, gpointer unused);
void tp_proxy_or_subclass_hook_on_interface_add (GType proxy_or_subclass, void tp_proxy_or_subclass_hook_on_interface_add (GType proxy_or_subclass,
TpProxyInterfaceAddedCb callback); TpProxyInterfaceAddedCb callback);
DBusGProxy *tp_proxy_borrow_interface_by_id (TpProxy *self, GQuark iface, DBusGProxy *tp_proxy_borrow_interface_by_id (TpProxy *self, GQuark iface,
GError **error); GError **error);
DBusGProxy *tp_proxy_add_interface_by_id (TpProxy *self, GQuark iface); DBusGProxy *tp_proxy_add_interface_by_id (TpProxy *self, GQuark iface);
void tp_proxy_add_interfaces (TpProxy *self, const gchar * const *interface s);
void tp_proxy_invalidate (TpProxy *self, const GError *error); void tp_proxy_invalidate (TpProxy *self, const GError *error);
void tp_proxy_subclass_add_error_mapping (GType proxy_subclass, void tp_proxy_subclass_add_error_mapping (GType proxy_subclass,
const gchar *static_prefix, GQuark domain, GType code_enum_type); const gchar *static_prefix, GQuark domain, GType code_enum_type);
gboolean tp_proxy_dbus_g_proxy_claim_for_signal_adding (DBusGProxy *proxy); gboolean tp_proxy_dbus_g_proxy_claim_for_signal_adding (DBusGProxy *proxy);
void tp_proxy_init_known_interfaces (void); void tp_proxy_init_known_interfaces (void);
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 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/