![]() |
![]() |
![]() |
[Insert name here] Reference Manual | ![]() |
---|---|---|---|---|
#define TPA_STREAM_GET_PRIVATE (obj) TpaStreamPrivate; TpaStream; void tpa_stream_pause (TpaStream *self, gboolean value); TpaStreamState tpa_stream_get_state (TpaStream *self); TpaStreamType tpa_stream_get_stream_type (TpaStream *self); guint tpa_stream_get_id (TpaStream *self); TpaChannel* tpa_stream_get_channel (TpaStream *self);
"channel" TpaChannel : Read / Write / Construct Only "contact" guint : Read / Write / Construct Only "direction" guint : Read / Write / Construct Only "flags" guint : Read / Write / Construct Only "id" guint : Read / Write / Construct Only "state" guint : Read / Write / Construct Only "type" guint : Read / Write / Construct Only
void tpa_stream_pause (TpaStream *self, gboolean value);
self : |
TpaStream instance. |
value : |
TpaStreamType tpa_stream_get_stream_type (TpaStream *self);
self : |
|
Returns : |
direction
" property"direction" guint : Read / Write / Construct Only
direction.
Default value: 0
state
" property"state" guint : Read / Write / Construct Only
state.
Allowed values: <= 2
Default value: 0
void user_function (TpaStream *tpastream, guint arg1, gchar *arg2, gpointer user_data) : Run Last / Has Details
tpastream : |
the object which received the signal. |
arg1 : |
|
arg2 : |
|
user_data : |
user data set when the signal handler was connected. |
void user_function (TpaStream *tpastream, guint arg1, gpointer user_data) : Run Last / Has Details
tpastream : |
the object which received the signal. |
arg1 : |
|
user_data : |
user data set when the signal handler was connected. |