![]() |
![]() |
![]() |
telepathy-glib Reference Manual | ![]() |
---|---|---|---|---|
TpExportableChannelTpExportableChannel — interface representing channels with several standard properties |
#include <telepathy-glib/exportable-channel.h> void (*TpExportableChannelFunc) (TpExportableChannel *channel, gpointer user_data); TpExportableChannel; TpExportableChannelIface;
This interface defines a set of channel properties on top of those of TpChannelIface. It's mainly used by TpChannelManager to represent the returned and managed channel objects.
void (*TpExportableChannelFunc) (TpExportableChannel *channel, gpointer user_data);
A callback for functions which act on exportable channels.
|
An object implementing the exportable channel interface |
|
Arbitrary user-supplied data |
typedef struct _TpExportableChannel TpExportableChannel;
Opaque typedef representing a channel with several standard properties.
typedef struct { GTypeInterface parent; } TpExportableChannelIface;
The interface for TpExportableChannel objects.
GTypeInterface |
The parent interface |