Service-side Securable interface

Service-side Securable interface — GInterface to indicate channels' security level

Synopsis

#include <telepathy-glib/telepathy-glib-dbus.h>

                    TpSvcChannelInterfaceSecurable1;
                    TpSvcChannelInterfaceSecurable1Class;

Object Hierarchy

  GInterface
   +----TpSvcChannelInterfaceSecurable1

Description

The Securable channel interface represents a channel that might be end-to-end encrypted and/or protected from man-in-the-middle attacks.

Details

TpSvcChannelInterfaceSecurable1

typedef struct _TpSvcChannelInterfaceSecurable1 TpSvcChannelInterfaceSecurable1;

Dummy typedef representing any implementation of this interface.


TpSvcChannelInterfaceSecurable1Class

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.