| Top |
void tp_debug_client_set_enabled_async (TpDebugClient *self,gboolean enabled,GAsyncReadyCallback callback,gpointer user_data);
Enable or disable publishing of debug messages on the bus by the component
owning self
's bus name.
Since 0.19.0
gboolean tp_debug_client_set_enabled_finish (TpDebugClient *self,GAsyncResult *result,GError **error);
Finishes tp_debug_client_set_enabled_async().
Since 0.19.0
gboolean
tp_debug_client_is_enabled (TpDebugClient *self);
Return the “enabled” property
Since 0.19.0
typedef struct _TpDebugClient TpDebugClient;
A proxy object for the debug interface of a Telepathy component.
Since 0.19.0
typedef struct _TpDebugClientClass TpDebugClientClass;
The class of a TpDebugClient.
Since 0.19.0
“new-debug-message” signalvoid user_function (TpDebugClient *self, TpDebugMessage *message, gpointer user_data)
Emitted when a TpDebugMessage is generated if the TpDebugMessage:enabled
property is set to TRUE.
Flags: Run Last
Since 0.19.0