![]() |
![]() |
![]() |
[Insert name here] Reference Manual | ![]() |
---|---|---|---|---|
#define TPA_CHANNEL_GET_PRIVATE (obj) TpaChannelPrivate; TpaChannel; TpaChannelTarget* tpa_channel_get_target (TpaChannel *self); TpaChannelType tpa_channel_get_channel_type (TpaChannel *self); TpaUserContact* tpa_channel_get_owner (TpaChannel *self); void tpa_channel_close (TpaChannel *self); void tpa_channel_join (TpaChannel *self); gboolean tpa_channel_has_joined (TpaChannel *self); gboolean tpa_channel_has_group_support (TpaChannel *self); TpaContactGroup* tpa_channel_get_contact_group (TpaChannel *self);
"proxy" gpointer : Write / Construct Only "target" TpaChannelTarget : Write / Construct Only "type" guint : Write / Construct Only "user" TpaUserContact : Read / Write / Construct
TpaChannelTarget* tpa_channel_get_target (TpaChannel *self);
Get target of the channel.
self : |
TpaChannel instance. |
Returns : | TpaChannelTarget target. |
TpaChannelType tpa_channel_get_channel_type (TpaChannel *self);
Get type of the channel.
self : |
TpaChannel instance. |
Returns : | TpaChannelType type. |
TpaUserContact* tpa_channel_get_owner (TpaChannel *self);
self : |
TpaChannel instance. |
Returns : |
gboolean tpa_channel_has_group_support (TpaChannel *self);
self : |
|
Returns : |
TpaContactGroup* tpa_channel_get_contact_group (TpaChannel *self);
self : |
|
Returns : |
type
" property"type" guint : Write / Construct Only
type.
Allowed values: <= 1
Default value: 0
void user_function (TpaChannel *tpachannel, gpointer user_data) : Run Last / Has Details
tpachannel : |
the object which received the signal. |
user_data : |
user data set when the signal handler was connected. |