Top | ![]() |
![]() |
![]() |
![]() |
#define | TP_UNKNOWN_HANDLE_TYPE |
gboolean | tp_handle_type_is_valid () |
const gchar * | tp_handle_type_to_string () |
#define TP_UNKNOWN_HANDLE_TYPE ((TpHandleType) -1)
An invalid handle type (-1 cast to TpHandleType) used to represent an unknown handle type.
Since: 0.7.0
gboolean tp_handle_type_is_valid (TpHandleType type
,GError **error
);
If the given handle type is valid, return TRUE
. If not, set error
and return FALSE
.
typedef guint TpHandle;
Type representing Telepathy handles within telepathy-glib.
This is guint despite the wire protocol having 32-bit integers, because dbus-glib expects GArrays of guint and so on. If the dbus-glib ABI changes in future, telepathy-glib is likely to have a matching ABI change.