Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_TYPE_COPY_PATTERN_CHANNEL_RUN |
struct | AgsCopyPatternChannelRun |
struct | AgsCopyPatternChannelRunClass |
AgsCopyPatternChannelRun * ags_copy_pattern_channel_run_new (AgsChannel *destination
,AgsChannel *source
);
Create a new instance of AgsCopyPatternChannelRun
Since: 2.0.0
#define AGS_COPY_PATTERN_CHANNEL_RUN(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN, AgsCopyPatternChannelRun))
#define AGS_COPY_PATTERN_CHANNEL_RUN_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN, AgsCopyPatternChannelRunClass))
#define AGS_COPY_PATTERN_CHANNEL_RUN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN, AgsCopyPatternChannelRunClass))
#define AGS_IS_COPY_PATTERN_CHANNEL_RUN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN))