Top | ![]() |
![]() |
![]() |
![]() |
AgsStreamChannel * | ags_stream_channel_new () |
#define | AGS_IS_STREAM_CHANNEL() |
#define | AGS_IS_STREAM_CHANNEL_CLASS() |
#define | AGS_STREAM_CHANNEL() |
#define | AGS_STREAM_CHANNEL_CLASS() |
#define | AGS_STREAM_CHANNEL_GET_CLASS() |
GType | ags_stream_channel_get_type () |
#define | AGS_TYPE_STREAM_CHANNEL |
struct | AgsStreamChannel |
struct | AgsStreamChannelClass |
AgsStreamChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
AgsStreamChannel * ags_stream_channel_new ();
Creates an AgsStreamChannel
Since: 0.4
#define AGS_IS_STREAM_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_STREAM_CHANNEL))
#define AGS_IS_STREAM_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_STREAM_CHANNEL))
#define AGS_STREAM_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STREAM_CHANNEL, AgsStreamChannel))
#define AGS_STREAM_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STREAM_CHANNEL, AgsStreamChannelClass))
#define AGS_STREAM_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_STREAM_CHANNEL, AgsStreamChannelClass))