telepathy-glib API Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Signals |
Service-side Connection and Channel ServicePoint interfacesService-side Connection and Channel ServicePoint interfaces — GInterfaces to implement the ServicePoint interfaces |
#include <telepathy-glib/telepathy-glib-dbus.h> TpSvcConnectionInterfaceServicePoint; TpSvcConnectionInterfaceServicePointClass; void tp_svc_connection_interface_service_point_emit_service_points_changed (gpointer instance
,const GPtrArray *arg_Service_Points
); TpSvcChannelInterfaceServicePoint; TpSvcChannelInterfaceServicePointClass; void tp_svc_channel_interface_service_point_emit_service_point_changed (gpointer instance
,const GValueArray *arg_Service_Point
);
GInterface +----TpSvcConnectionInterfaceServicePoint
GInterface +----TpSvcChannelInterfaceServicePoint
In some protocols, mainly those that interact with the PSTN, it's possible to contact the emergency services or other public service answering points. The ServicePoint interfaces on the Connection and Channel can be used to discover how to contact these service points, and detect whether a call in progress is communicating with a service point.
This section documents the auto-generated GInterfaces used to implement the ServicePoint interfaces.
typedef struct _TpSvcConnectionInterfaceServicePoint TpSvcConnectionInterfaceServicePoint;
Dummy typedef representing any implementation of this interface.
typedef struct _TpSvcConnectionInterfaceServicePointClass TpSvcConnectionInterfaceServicePointClass;
The class of TpSvcConnectionInterfaceServicePoint.
This interface has no D-Bus methods, so an
implementation can typically pass NULL
to
G_IMPLEMENT_INTERFACE()
as the interface
initialization function.
void tp_svc_connection_interface_service_point_emit_service_points_changed (gpointer instance
,const GPtrArray *arg_Service_Points
);
Type-safe wrapper around g_signal_emit to emit the ServicePointsChanged signal on interface org.freedesktop.Telepathy.Connection.Interface.ServicePoint.
|
The object implementing this interface |
|
const GPtrArray * (FIXME, generate documentation) |
typedef struct _TpSvcChannelInterfaceServicePoint TpSvcChannelInterfaceServicePoint;
Dummy typedef representing any implementation of this interface.
typedef struct _TpSvcChannelInterfaceServicePointClass TpSvcChannelInterfaceServicePointClass;
The class of TpSvcChannelInterfaceServicePoint.
This interface has no D-Bus methods, so an
implementation can typically pass NULL
to
G_IMPLEMENT_INTERFACE()
as the interface
initialization function.
void tp_svc_channel_interface_service_point_emit_service_point_changed (gpointer instance
,const GValueArray *arg_Service_Point
);
Type-safe wrapper around g_signal_emit to emit the ServicePointChanged signal on interface org.freedesktop.Telepathy.Channel.Interface.ServicePoint.
|
The object implementing this interface |
|
const GValueArray * (FIXME, generate documentation) |
"service-points-changed"
signalvoid user_function (TpSvcConnectionInterfaceServicePoint *self,
gpointer user_data) : Has Details
The ServicePointsChanged D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
const GPtrArray * (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"service-point-changed"
signalvoid user_function (TpSvcChannelInterfaceServicePoint *self,
gpointer user_data) : Has Details
The ServicePointChanged D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
const GValueArray * (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |