Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY |
struct | AgsRecallChannelRunDummy |
struct | AgsRecallChannelRunDummyClass |
AgsRecallChannelRunDummy implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
AgsRecallChannelRunDummy * ags_recall_channel_run_dummy_new (AgsChannel *source
,GType child_type
,GType recycling_dummy_child_type
);
Creates an AgsRecallChannelRunDummy.
source |
the source AgsChannel |
|
child_type |
child type |
|
recycling_dummy_child_type |
recycling child type |
Since: 0.4
#define AGS_IS_RECALL_CHANNEL_RUN_DUMMY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY))
#define AGS_IS_RECALL_CHANNEL_RUN_DUMMY_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY))
#define AGS_RECALL_CHANNEL_RUN_DUMMY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY, AgsRecallChannelRunDummy))
#define AGS_RECALL_CHANNEL_RUN_DUMMY_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY, AgsRecallChannelRunDummyClass))
#define AGS_RECALL_CHANNEL_RUN_DUMMY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY, AgsRecallChannelRunDummyClass))