| Top |
| AgsLinkChannel * | ags_link_channel_new () |
| #define | AGS_IS_LINK_CHANNEL() |
| #define | AGS_LINK_CHANNEL() |
| #define | AGS_LINK_CHANNEL_CLASS() |
| #define | AGS_LINK_CHANNEL_GET_CLASS() |
| GType | ags_link_channel_get_type () |
| AgsChannel * | channel | Read / Write |
| gpointer | error | Read / Write |
| AgsChannel * | link | Read / Write |
AgsLinkChannel * ags_link_channel_new (AgsChannel *channel,AgsChannel *link);
Create a new instance of AgsLinkChannel.
Since: 2.0.0
#define AGS_IS_LINK_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LINK_CHANNEL))
#define AGS_LINK_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINK_CHANNEL, AgsLinkChannel))
#define AGS_LINK_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINK_CHANNEL, AgsLinkChannelClass))
#define AGS_LINK_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LINK_CHANNEL, AgsLinkChannelClass))
“channel” property“channel” AgsChannel *
The assigned AgsChannel
Flags: Read / Write
Since: 2.0.0
“link” property“link” AgsChannel *
The assigned AgsChannel link
Flags: Read / Write
Since: 2.0.0