Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN |
struct | AgsGenericRecallChannelRun |
struct | AgsGenericRecallChannelRunClass |
AgsGenericRecallChannelRun * ags_generic_recall_channel_run_new (AgsChannel *source
,GType child_type
,GType generic_recall_recycling_child_type
);
Creates an AgsGenericRecallChannelRun.
source |
the source AgsChannel |
|
child_type |
child type |
|
generic_recall_recycling_child_type |
recycling child type |
Since: 2.0.0
#define AGS_GENERIC_RECALL_CHANNEL_RUN(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN, AgsGenericRecallChannelRun))
#define AGS_GENERIC_RECALL_CHANNEL_RUN_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN, AgsGenericRecallChannelRunClass))
#define AGS_GENERIC_RECALL_CHANNEL_RUN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN, AgsGenericRecallChannelRunClass))
#define AGS_IS_GENERIC_RECALL_CHANNEL_RUN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_GENERIC_RECALL_CHANNEL_RUN))