| Top |
Functions
| 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() |
|
|
ags_link_channel_get_type () |
Properties
| AgsChannel * | channel | Read / Write |
| error | Read / Write | |
| AgsChannel * | link | Read / Write |
Functions
ags_link_channel_new ()
AgsLinkChannel * ags_link_channel_new (AgsChannel *channel,AgsChannel *link);
Create a new instance of AgsLinkChannel.
Since:
AGS_IS_LINK_CHANNEL()
#define AGS_IS_LINK_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LINK_CHANNEL))
AGS_LINK_CHANNEL()
#define AGS_LINK_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINK_CHANNEL, AgsLinkChannel))
AGS_LINK_CHANNEL_CLASS()
#define AGS_LINK_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINK_CHANNEL, AgsLinkChannelClass))
AGS_LINK_CHANNEL_GET_CLASS()
#define AGS_LINK_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LINK_CHANNEL, AgsLinkChannelClass))
Property Details
The “channel” property
“channel” AgsChannel *
The assigned AgsChannel
Owner: AgsLinkChannel
Flags: Read / Write
Since:
The “error” property
“error”gpointer
The assigned
Owner: AgsLinkChannel
Flags: Read / Write
Since:
The “link” property
“link” AgsChannel *
The assigned AgsChannel link
Owner: AgsLinkChannel
Flags: Read / Write
Since: