| EventDance - Documentation and Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
EvdIoStreamGroup; EvdIoStreamGroupClass; EvdIoStreamGroupPrivate; EvdIoStreamGroup * evd_io_stream_group_new (void); gboolean evd_io_stream_group_add (EvdIoStreamGroup *self,GIOStream *io_stream); gboolean evd_io_stream_group_remove (EvdIoStreamGroup *self,GIOStream *io_stream);
typedef struct {
GObjectClass parent_class;
/* virtual methods */
gboolean (* add) (EvdIoStreamGroup *self,
GIOStream *io_stream);
gboolean (* remove) (EvdIoStreamGroup *self,
GIOStream *io_stream);
} EvdIoStreamGroupClass;
gboolean evd_io_stream_group_add (EvdIoStreamGroup *self,GIOStream *io_stream);
|
|
|
|
Returns : |
gboolean evd_io_stream_group_remove (EvdIoStreamGroup *self,GIOStream *io_stream);
|
|
|
|
Returns : |
"input-throttle" property"input-throttle" EvdStreamThrottle* : Read
The input throttle for all connections within the group.
"output-throttle" property"output-throttle" EvdStreamThrottle* : Read
The output throttle for all connections within the group.