Top |
Service-side Securable interfaceService-side Securable interface — GInterface to indicate channels' security level |
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 _TpSvcChannelInterfaceSecurable1 TpSvcChannelInterfaceSecurable1;
Dummy typedef representing any implementation of this interface.
typedef struct _TpSvcChannelInterfaceSecurable1Class TpSvcChannelInterfaceSecurable1Class;
The class of TpSvcChannelInterfaceSecurable1.
This interface has no D-Bus methods, so an
implementation can typically pass NULL
to
G_IMPLEMENT_INTERFACE()
as the interface
initialization function.