Service-side Securable interface

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

Types and Values

Object Hierarchy

    GInterface
    ╰── TpSvcChannelInterfaceSecurable1

Includes

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

Description

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

Functions

Types and Values

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.