TpaHandleFactory

TpaHandleFactory

Synopsis




#define             TPA_HANDLE_FACTORY_GET_PRIVATE      (obj)
                    TpaHandleFactoryPrivate;
                    TpaHandleFactory;
TpaHandle*          tpa_handle_factory_create_handle    (TpaHandleFactory *self,
                                                         TpaHandleType type,
                                                         const gchar *name);
TpaHandle*          tpa_handle_factory_create_handle_by_id
                                                        (TpaHandleFactory *self,
                                                         TpaHandleType type,
                                                         guint id);

Description

Details

TPA_HANDLE_FACTORY_GET_PRIVATE()

#define             TPA_HANDLE_FACTORY_GET_PRIVATE(obj)

obj :

TpaHandleFactoryPrivate

typedef struct _TpaHandleFactoryPrivate TpaHandleFactoryPrivate;


TpaHandleFactory

typedef struct {
    TpaObject parent;
    TpaHandleFactoryPrivate *priv;
} TpaHandleFactory;


tpa_handle_factory_create_handle ()

TpaHandle*          tpa_handle_factory_create_handle    (TpaHandleFactory *self,
                                                         TpaHandleType type,
                                                         const gchar *name);

self :
type :
name :
Returns :

tpa_handle_factory_create_handle_by_id ()

TpaHandle*          tpa_handle_factory_create_handle_by_id
                                                        (TpaHandleFactory *self,
                                                         TpaHandleType type,
                                                         guint id);

self :
type :
id :
Returns :