Tubes channels

Tubes channels — service-side interface for the Tubes channel type

Functions

void (*tp_svc_channel_type_tubes_accept_d_bus_tube_impl) ()
void tp_svc_channel_type_tubes_implement_accept_d_bus_tube ()
void tp_svc_channel_type_tubes_return_from_accept_d_bus_tube ()
void (*tp_svc_channel_type_tubes_accept_stream_tube_impl) ()
void tp_svc_channel_type_tubes_implement_accept_stream_tube ()
void tp_svc_channel_type_tubes_return_from_accept_stream_tube ()
void (*tp_svc_channel_type_tubes_close_tube_impl) ()
void tp_svc_channel_type_tubes_implement_close_tube ()
void tp_svc_channel_type_tubes_return_from_close_tube ()
void (*tp_svc_channel_type_tubes_get_available_stream_tube_types_impl) ()
void tp_svc_channel_type_tubes_implement_get_available_stream_tube_types ()
void tp_svc_channel_type_tubes_return_from_get_available_stream_tube_types ()
void (*tp_svc_channel_type_tubes_get_available_tube_types_impl) ()
void tp_svc_channel_type_tubes_implement_get_available_tube_types ()
void tp_svc_channel_type_tubes_return_from_get_available_tube_types ()
void (*tp_svc_channel_type_tubes_get_d_bus_names_impl) ()
void tp_svc_channel_type_tubes_implement_get_d_bus_names ()
void tp_svc_channel_type_tubes_return_from_get_d_bus_names ()
void (*tp_svc_channel_type_tubes_get_d_bus_tube_address_impl) ()
void tp_svc_channel_type_tubes_implement_get_d_bus_tube_address ()
void tp_svc_channel_type_tubes_return_from_get_d_bus_tube_address ()
void (*tp_svc_channel_type_tubes_get_stream_tube_socket_address_impl) ()
void tp_svc_channel_type_tubes_implement_get_stream_tube_socket_address ()
void tp_svc_channel_type_tubes_return_from_get_stream_tube_socket_address ()
void (*tp_svc_channel_type_tubes_list_tubes_impl) ()
void tp_svc_channel_type_tubes_implement_list_tubes ()
void tp_svc_channel_type_tubes_return_from_list_tubes ()
void (*tp_svc_channel_type_tubes_offer_d_bus_tube_impl) ()
void tp_svc_channel_type_tubes_implement_offer_d_bus_tube ()
void tp_svc_channel_type_tubes_return_from_offer_d_bus_tube ()
void (*tp_svc_channel_type_tubes_offer_stream_tube_impl) ()
void tp_svc_channel_type_tubes_implement_offer_stream_tube ()
void tp_svc_channel_type_tubes_return_from_offer_stream_tube ()
void tp_svc_channel_type_tubes_emit_d_bus_names_changed ()
void tp_svc_channel_type_tubes_emit_new_tube ()
void tp_svc_channel_type_tubes_emit_stream_tube_new_connection ()
void tp_svc_channel_type_tubes_emit_tube_closed ()
void tp_svc_channel_type_tubes_emit_tube_state_changed ()

Signals

void d-bus-names-changed Has Details
void new-tube Has Details
void stream-tube-new-connection Has Details
void tube-closed Has Details
void tube-state-changed Has Details

Types and Values

Object Hierarchy

    GInterface
    ╰── TpSvcChannelTypeTubes

Includes

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

Description

A "tube" is a mechanism for arbitrary data transfer. This section documents the auto-generated C wrappers for the Tubes channel type.

Functions

tp_svc_channel_type_tubes_accept_d_bus_tube_impl ()

void
(*tp_svc_channel_type_tubes_accept_d_bus_tube_impl)
                               (TpSvcChannelTypeTubes *self,
                                guint in_ID,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method AcceptDBusTube on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

in_ID

guint (FIXME, generate documentation)

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_accept_d_bus_tube ()

void
tp_svc_channel_type_tubes_implement_accept_d_bus_tube
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_accept_d_bus_tube_impl impl);

Register an implementation for the AcceptDBusTube method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the AcceptDBusTube D-Bus method

 

tp_svc_channel_type_tubes_return_from_accept_d_bus_tube ()

void
tp_svc_channel_type_tubes_return_from_accept_d_bus_tube
                               (DBusGMethodInvocation *context,
                                const gchar *out_Address);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

out_Address

const gchar * (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_accept_stream_tube_impl ()

void
(*tp_svc_channel_type_tubes_accept_stream_tube_impl)
                               (TpSvcChannelTypeTubes *self,
                                guint in_ID,
                                guint in_Address_Type,
                                guint in_Access_Control,
                                const GValue *in_Access_Control_Param,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method AcceptStreamTube on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

in_ID

guint (FIXME, generate documentation)

 

in_Address_Type

guint (FIXME, generate documentation)

 

in_Access_Control

guint (FIXME, generate documentation)

 

in_Access_Control_Param

const GValue * (FIXME, generate documentation)

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_accept_stream_tube ()

void
tp_svc_channel_type_tubes_implement_accept_stream_tube
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_accept_stream_tube_impl impl);

Register an implementation for the AcceptStreamTube method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the AcceptStreamTube D-Bus method

 

tp_svc_channel_type_tubes_return_from_accept_stream_tube ()

void
tp_svc_channel_type_tubes_return_from_accept_stream_tube
                               (DBusGMethodInvocation *context,
                                const GValue *out_Address);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

out_Address

const GValue * (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_close_tube_impl ()

void
(*tp_svc_channel_type_tubes_close_tube_impl)
                               (TpSvcChannelTypeTubes *self,
                                guint in_ID,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method CloseTube on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

in_ID

guint (FIXME, generate documentation)

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_close_tube ()

void
tp_svc_channel_type_tubes_implement_close_tube
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_close_tube_impl impl);

Register an implementation for the CloseTube method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the CloseTube D-Bus method

 

tp_svc_channel_type_tubes_return_from_close_tube ()

void
tp_svc_channel_type_tubes_return_from_close_tube
                               (DBusGMethodInvocation *context);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

tp_svc_channel_type_tubes_get_available_stream_tube_types_impl ()

void
(*tp_svc_channel_type_tubes_get_available_stream_tube_types_impl)
                               (TpSvcChannelTypeTubes *self,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method GetAvailableStreamTubeTypes on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_get_available_stream_tube_types ()

void
tp_svc_channel_type_tubes_implement_get_available_stream_tube_types
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_get_available_stream_tube_types_impl impl);

Register an implementation for the GetAvailableStreamTubeTypes method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the GetAvailableStreamTubeTypes D-Bus method

 

tp_svc_channel_type_tubes_return_from_get_available_stream_tube_types ()

void
tp_svc_channel_type_tubes_return_from_get_available_stream_tube_types
                               (DBusGMethodInvocation *context,
                                GHashTable *out_Available_Stream_Tube_Types);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

out_Available_Stream_Tube_Types

GHashTable * (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_get_available_tube_types_impl ()

void
(*tp_svc_channel_type_tubes_get_available_tube_types_impl)
                               (TpSvcChannelTypeTubes *self,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method GetAvailableTubeTypes on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_get_available_tube_types ()

void
tp_svc_channel_type_tubes_implement_get_available_tube_types
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_get_available_tube_types_impl impl);

Register an implementation for the GetAvailableTubeTypes method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the GetAvailableTubeTypes D-Bus method

 

tp_svc_channel_type_tubes_return_from_get_available_tube_types ()

void
tp_svc_channel_type_tubes_return_from_get_available_tube_types
                               (DBusGMethodInvocation *context,
                                const GArray *out_Available_Tube_Types);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

out_Available_Tube_Types

const GArray * (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_get_d_bus_names_impl ()

void
(*tp_svc_channel_type_tubes_get_d_bus_names_impl)
                               (TpSvcChannelTypeTubes *self,
                                guint in_ID,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method GetDBusNames on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

in_ID

guint (FIXME, generate documentation)

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_get_d_bus_names ()

void
tp_svc_channel_type_tubes_implement_get_d_bus_names
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_get_d_bus_names_impl impl);

Register an implementation for the GetDBusNames method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the GetDBusNames D-Bus method

 

tp_svc_channel_type_tubes_return_from_get_d_bus_names ()

void
tp_svc_channel_type_tubes_return_from_get_d_bus_names
                               (DBusGMethodInvocation *context,
                                const GPtrArray *out_DBus_Names);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

out_DBus_Names

const GPtrArray * (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_get_d_bus_tube_address_impl ()

void
(*tp_svc_channel_type_tubes_get_d_bus_tube_address_impl)
                               (TpSvcChannelTypeTubes *self,
                                guint in_ID,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method GetDBusTubeAddress on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

in_ID

guint (FIXME, generate documentation)

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_get_d_bus_tube_address ()

void
tp_svc_channel_type_tubes_implement_get_d_bus_tube_address
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_get_d_bus_tube_address_impl impl);

Register an implementation for the GetDBusTubeAddress method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the GetDBusTubeAddress D-Bus method

 

tp_svc_channel_type_tubes_return_from_get_d_bus_tube_address ()

void
tp_svc_channel_type_tubes_return_from_get_d_bus_tube_address
                               (DBusGMethodInvocation *context,
                                const gchar *out_Address);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

out_Address

const gchar * (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_get_stream_tube_socket_address_impl ()

void
(*tp_svc_channel_type_tubes_get_stream_tube_socket_address_impl)
                               (TpSvcChannelTypeTubes *self,
                                guint in_ID,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method GetStreamTubeSocketAddress on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

in_ID

guint (FIXME, generate documentation)

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_get_stream_tube_socket_address ()

void
tp_svc_channel_type_tubes_implement_get_stream_tube_socket_address
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_get_stream_tube_socket_address_impl impl);

Register an implementation for the GetStreamTubeSocketAddress method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the GetStreamTubeSocketAddress D-Bus method

 

tp_svc_channel_type_tubes_return_from_get_stream_tube_socket_address ()

void
tp_svc_channel_type_tubes_return_from_get_stream_tube_socket_address
                               (DBusGMethodInvocation *context,
                                guint out_Address_Type,
                                const GValue *out_Address);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

out_Address_Type

guint (FIXME, generate documentation)

 

out_Address

const GValue * (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_list_tubes_impl ()

void
(*tp_svc_channel_type_tubes_list_tubes_impl)
                               (TpSvcChannelTypeTubes *self,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method ListTubes on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_list_tubes ()

void
tp_svc_channel_type_tubes_implement_list_tubes
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_list_tubes_impl impl);

Register an implementation for the ListTubes method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the ListTubes D-Bus method

 

tp_svc_channel_type_tubes_return_from_list_tubes ()

void
tp_svc_channel_type_tubes_return_from_list_tubes
                               (DBusGMethodInvocation *context,
                                const GPtrArray *out_Tubes);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

out_Tubes

const GPtrArray * (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_offer_d_bus_tube_impl ()

void
(*tp_svc_channel_type_tubes_offer_d_bus_tube_impl)
                               (TpSvcChannelTypeTubes *self,
                                const gchar *in_Service,
                                GHashTable *in_Parameters,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method OfferDBusTube on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

in_Service

const gchar * (FIXME, generate documentation)

 

in_Parameters

GHashTable * (FIXME, generate documentation)

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_offer_d_bus_tube ()

void
tp_svc_channel_type_tubes_implement_offer_d_bus_tube
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_offer_d_bus_tube_impl impl);

Register an implementation for the OfferDBusTube method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the OfferDBusTube D-Bus method

 

tp_svc_channel_type_tubes_return_from_offer_d_bus_tube ()

void
tp_svc_channel_type_tubes_return_from_offer_d_bus_tube
                               (DBusGMethodInvocation *context,
                                guint out_Tube_ID);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

out_Tube_ID

guint (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_offer_stream_tube_impl ()

void
(*tp_svc_channel_type_tubes_offer_stream_tube_impl)
                               (TpSvcChannelTypeTubes *self,
                                const gchar *in_Service,
                                GHashTable *in_Parameters,
                                guint in_Address_Type,
                                const GValue *in_Address,
                                guint in_Access_Control,
                                const GValue *in_Access_Control_Param,
                                DBusGMethodInvocation *context);

The signature of an implementation of the D-Bus method OfferStreamTube on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

self

The object implementing this interface

 

in_Service

const gchar * (FIXME, generate documentation)

 

in_Parameters

GHashTable * (FIXME, generate documentation)

 

in_Address_Type

guint (FIXME, generate documentation)

 

in_Address

const GValue * (FIXME, generate documentation)

 

in_Access_Control

guint (FIXME, generate documentation)

 

in_Access_Control_Param

const GValue * (FIXME, generate documentation)

 

context

Used to return values or throw an error

 

tp_svc_channel_type_tubes_implement_offer_stream_tube ()

void
tp_svc_channel_type_tubes_implement_offer_stream_tube
                               (TpSvcChannelTypeTubesClass *klass,
                                tp_svc_channel_type_tubes_offer_stream_tube_impl impl);

Register an implementation for the OfferStreamTube method in the vtable of an implementation of this interface. To be called from the interface init function.

Parameters

klass

A class whose instances implement this interface

 

impl

A callback used to implement the OfferStreamTube D-Bus method

 

tp_svc_channel_type_tubes_return_from_offer_stream_tube ()

void
tp_svc_channel_type_tubes_return_from_offer_stream_tube
                               (DBusGMethodInvocation *context,
                                guint out_Tube_ID);

Return successfully by calling dbus_g_method_return(). This inline function exists only to provide type-safety.

Parameters

context

The D-Bus method invocation context

 

out_Tube_ID

guint (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_emit_d_bus_names_changed ()

void
tp_svc_channel_type_tubes_emit_d_bus_names_changed
                               (gpointer instance,
                                guint arg_ID,
                                const GPtrArray *arg_Added,
                                const GArray *arg_Removed);

Type-safe wrapper around g_signal_emit to emit the DBusNamesChanged signal on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

instance

The object implementing this interface

 

arg_ID

guint (FIXME, generate documentation)

 

arg_Added

const GPtrArray * (FIXME, generate documentation)

 

arg_Removed

const GArray * (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_emit_new_tube ()

void
tp_svc_channel_type_tubes_emit_new_tube
                               (gpointer instance,
                                guint arg_ID,
                                guint arg_Initiator,
                                guint arg_Type,
                                const gchar *arg_Service,
                                GHashTable *arg_Parameters,
                                guint arg_State);

Type-safe wrapper around g_signal_emit to emit the NewTube signal on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

instance

The object implementing this interface

 

arg_ID

guint (FIXME, generate documentation)

 

arg_Initiator

guint (FIXME, generate documentation)

 

arg_Type

guint (FIXME, generate documentation)

 

arg_Service

const gchar * (FIXME, generate documentation)

 

arg_Parameters

GHashTable * (FIXME, generate documentation)

 

arg_State

guint (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_emit_stream_tube_new_connection ()

void
tp_svc_channel_type_tubes_emit_stream_tube_new_connection
                               (gpointer instance,
                                guint arg_ID,
                                guint arg_Handle);

Type-safe wrapper around g_signal_emit to emit the StreamTubeNewConnection signal on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

instance

The object implementing this interface

 

arg_ID

guint (FIXME, generate documentation)

 

arg_Handle

guint (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_emit_tube_closed ()

void
tp_svc_channel_type_tubes_emit_tube_closed
                               (gpointer instance,
                                guint arg_ID);

Type-safe wrapper around g_signal_emit to emit the TubeClosed signal on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

instance

The object implementing this interface

 

arg_ID

guint (FIXME, generate documentation)

 

tp_svc_channel_type_tubes_emit_tube_state_changed ()

void
tp_svc_channel_type_tubes_emit_tube_state_changed
                               (gpointer instance,
                                guint arg_ID,
                                guint arg_State);

Type-safe wrapper around g_signal_emit to emit the TubeStateChanged signal on interface org.freedesktop.Telepathy.Channel.Type.Tubes.

Parameters

instance

The object implementing this interface

 

arg_ID

guint (FIXME, generate documentation)

 

arg_State

guint (FIXME, generate documentation)

 

Types and Values

TpSvcChannelTypeTubes

typedef struct _TpSvcChannelTypeTubes TpSvcChannelTypeTubes;

Dummy typedef representing any implementation of this interface.


TpSvcChannelTypeTubesClass

typedef struct _TpSvcChannelTypeTubesClass TpSvcChannelTypeTubesClass;

The class of TpSvcChannelTypeTubes.

In a full implementation of this interface (i.e. all methods implemented), the interface initialization function used in G_IMPLEMENT_INTERFACE() would typically look like this:

static void
implement_channel_type_tubes (gpointer klass,
    gpointer unused G_GNUC_UNUSED)
{
#define IMPLEMENT(x) tp_svc_channel_type_tubes_implement_##x (\
  klass, my_object_##x)
  IMPLEMENT (get_available_stream_tube_types);
  IMPLEMENT (get_available_tube_types);
  IMPLEMENT (list_tubes);
  IMPLEMENT (offer_d_bus_tube);
  IMPLEMENT (offer_stream_tube);
  IMPLEMENT (accept_d_bus_tube);
  IMPLEMENT (accept_stream_tube);
  IMPLEMENT (close_tube);
  IMPLEMENT (get_d_bus_tube_address);
  IMPLEMENT (get_d_bus_names);
  IMPLEMENT (get_stream_tube_socket_address);
#undef IMPLEMENT
}

Signal Details

The “d-bus-names-changed” signal

void
user_function (TpSvcChannelTypeTubes *self,
               guint                  arg_ID,
               GArray_guint_         *arg_Removed,
               gpointer               user_data)

The DBusNamesChanged D-Bus signal is emitted whenever this GObject signal is.

Parameters

self

an object

 

arg_ID

guint (FIXME, generate documentation)

 

arg_Added

const GPtrArray * (FIXME, generate documentation)

 

arg_Removed

const GArray * (FIXME, generate documentation)

 

user_data

user data set when the signal handler was connected.

 

Flags: Has Details


The “new-tube” signal

void
user_function (TpSvcChannelTypeTubes *self,
               guint                  arg_ID,
               guint                  arg_Initiator,
               guint                  arg_Type,
               gchar                 *arg_Service,
               guint                  arg_State,
               gpointer               user_data)

The NewTube D-Bus signal is emitted whenever this GObject signal is.

Parameters

self

an object

 

arg_ID

guint (FIXME, generate documentation)

 

arg_Initiator

guint (FIXME, generate documentation)

 

arg_Type

guint (FIXME, generate documentation)

 

arg_Service

const gchar * (FIXME, generate documentation)

 

arg_Parameters

GHashTable * (FIXME, generate documentation)

 

arg_State

guint (FIXME, generate documentation)

 

user_data

user data set when the signal handler was connected.

 

Flags: Has Details


The “stream-tube-new-connection” signal

void
user_function (TpSvcChannelTypeTubes *self,
               guint                  arg_ID,
               guint                  arg_Handle,
               gpointer               user_data)

The StreamTubeNewConnection D-Bus signal is emitted whenever this GObject signal is.

Parameters

self

an object

 

arg_ID

guint (FIXME, generate documentation)

 

arg_Handle

guint (FIXME, generate documentation)

 

user_data

user data set when the signal handler was connected.

 

Flags: Has Details


The “tube-closed” signal

void
user_function (TpSvcChannelTypeTubes *self,
               guint                  arg_ID,
               gpointer               user_data)

The TubeClosed D-Bus signal is emitted whenever this GObject signal is.

Parameters

self

an object

 

arg_ID

guint (FIXME, generate documentation)

 

user_data

user data set when the signal handler was connected.

 

Flags: Has Details


The “tube-state-changed” signal

void
user_function (TpSvcChannelTypeTubes *self,
               guint                  arg_ID,
               guint                  arg_State,
               gpointer               user_data)

The TubeStateChanged D-Bus signal is emitted whenever this GObject signal is.

Parameters

self

an object

 

arg_ID

guint (FIXME, generate documentation)

 

arg_State

guint (FIXME, generate documentation)

 

user_data

user data set when the signal handler was connected.

 

Flags: Has Details