Service-side Securable interface

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

Synopsis

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

                    TpSvcChannelInterfaceSecurable;
                    TpSvcChannelInterfaceSecurableClass;

Object Hierarchy

  GInterface
   +----TpSvcChannelInterfaceSecurable

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

TpSvcChannelInterfaceSecurable

typedef struct _TpSvcChannelInterfaceSecurable TpSvcChannelInterfaceSecurable;

Dummy typedef representing any implementation of this interface.


TpSvcChannelInterfaceSecurableClass

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.