| [Insert name here] Reference Manual | ||||
|---|---|---|---|---|
#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);
typedef struct {
TpaObject parent;
TpaHandleFactoryPrivate *priv;
} TpaHandleFactory;
TpaHandle* tpa_handle_factory_create_handle (TpaHandleFactory *self, TpaHandleType type, const gchar *name);
self : |
|
type : |
|
name : |
|
| Returns : |
TpaHandle* tpa_handle_factory_create_handle_by_id (TpaHandleFactory *self, TpaHandleType type, guint id);
self : |
|
type : |
|
id : |
|
| Returns : |