handle-repo.h   handle-repo.h 
skipping to change at line 54 skipping to change at line 54
/* Handle repository abstract interface */ /* Handle repository abstract interface */
#define TP_TYPE_HANDLE_REPO_IFACE (tp_handle_repo_iface_get_type ()) #define TP_TYPE_HANDLE_REPO_IFACE (tp_handle_repo_iface_get_type ())
#define TP_HANDLE_REPO_IFACE(obj) \ #define TP_HANDLE_REPO_IFACE(obj) \
(G_TYPE_CHECK_INSTANCE_CAST ((obj), \ (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
TP_TYPE_HANDLE_REPO_IFACE, TpHandleRepoIface)) TP_TYPE_HANDLE_REPO_IFACE, TpHandleRepoIface))
#define TP_IS_HANDLE_REPO_IFACE(obj) \ #define TP_IS_HANDLE_REPO_IFACE(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), \ (G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
TP_TYPE_HANDLE_REPO_IFACE) TP_TYPE_HANDLE_REPO_IFACE))
#define TP_HANDLE_REPO_IFACE_GET_CLASS(obj) \ #define TP_HANDLE_REPO_IFACE_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_INTERFACE ((obj), \ (G_TYPE_INSTANCE_GET_INTERFACE ((obj), \
TP_TYPE_HANDLE_REPO_IFACE, TpHandleRepoIfaceClass)) TP_TYPE_HANDLE_REPO_IFACE, TpHandleRepoIfaceClass))
/** /**
* TpHandleRepoIface: * TpHandleRepoIface:
* *
* Dummy typedef representing any implementation of this interface. * Dummy typedef representing any implementation of this interface.
*/ */
 End of changes. 1 change blocks. 
1 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/