TpAutomaticClientFactory

TpAutomaticClientFactory — Factory for specialized TpChannel subclasses.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── TpClientFactory
        ╰── TpAutomaticClientFactory

Includes

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

Description

This factory overrides some TpClientFactory virtual methods to create specialized TpChannel subclasses.

TpAutomaticClientFactory will currently create TpChannel objects as follows:

It is guaranteed that the objects returned by future versions will be either the class that is currently used, or a more specific subclass of that class.

This factory asks to prepare the following features:

Functions

tp_automatic_client_factory_new ()

TpClientFactory *
tp_automatic_client_factory_new (GDBusConnection *dbus_connection);

Parameters

dbus_connection

a GDBusConnection

 

Returns

a new TpAutomaticClientFactory

Since 0.99.1

Types and Values

struct TpAutomaticClientFactory

struct TpAutomaticClientFactory;

Data structure representing a TpAutomaticClientFactory

Since 0.15.5


struct TpAutomaticClientFactoryClass

struct TpAutomaticClientFactoryClass {
    TpClientFactoryClass parent_class;
};

The class of a TpAutomaticClientFactory.

Members

TpClientFactoryClass parent_class;

the parent class

 

Since 0.15.5

See Also

TpClientFactory