telepathy-glib API Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy |
Service-side Securable interfaceService-side Securable interface — GInterface to indicate channels' security level |
#include <telepathy-glib/telepathy-glib-dbus.h> TpSvcChannelInterfaceSecurable; TpSvcChannelInterfaceSecurableClass;
The Securable channel interface represents a channel that might be end-to-end encrypted and/or protected from man-in-the-middle attacks.
typedef struct _TpSvcChannelInterfaceSecurable TpSvcChannelInterfaceSecurable;
Dummy typedef representing any implementation of this interface.
typedef struct _TpSvcChannelInterfaceSecurableClass TpSvcChannelInterfaceSecurableClass;
The class of TpSvcChannelInterfaceSecurable.
This interface has no D-Bus methods, so an
implementation can typically pass NULL
to
G_IMPLEMENT_INTERFACE()
as the interface
initialization function.