Top | ![]() |
![]() |
![]() |
![]() |
AgsBufferChannel * | ags_buffer_channel_new () |
#define | AGS_BUFFER_CHANNEL() |
#define | AGS_BUFFER_CHANNEL_CLASS() |
#define | AGS_BUFFER_CHANNEL_GET_CLASS() |
#define | AGS_IS_BUFFER_CHANNEL() |
#define | AGS_IS_BUFFER_CHANNEL_CLASS() |
GType | ags_buffer_channel_get_type () |
#define | AGS_TYPE_BUFFER_CHANNEL |
struct | AgsBufferChannel |
struct | AgsBufferChannelClass |
AgsBufferChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable, AgsPlugin and AgsMutable.
AgsBufferChannel * ags_buffer_channel_new ();
Creates an AgsBufferChannel
Since: 0.4
#define AGS_BUFFER_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_BUFFER_CHANNEL, AgsBufferChannel))
#define AGS_BUFFER_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_BUFFER_CHANNEL, AgsBufferChannelClass))
#define AGS_BUFFER_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_BUFFER_CHANNEL, AgsBufferChannelClass))
#define AGS_IS_BUFFER_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_BUFFER_CHANNEL))
#define AGS_IS_BUFFER_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_BUFFER_CHANNEL))