Top | ![]() |
![]() |
![]() |
![]() |
AgsSetFormat * | ags_set_format_new () |
#define | AGS_IS_SET_FORMAT() |
#define | AGS_SET_FORMAT() |
#define | AGS_SET_FORMAT_CLASS() |
#define | AGS_SET_FORMAT_GET_CLASS() |
GType | ags_set_format_get_type () |
AgsSetFormat * ags_set_format_new (GObject *scope
,guint format
);
Create a new instance of AgsSetFormat.
Since: 2.0.0
#define AGS_IS_SET_FORMAT(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_FORMAT))
#define AGS_SET_FORMAT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_FORMAT, AgsSetFormat))
#define AGS_SET_FORMAT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_FORMAT, AgsSetFormatClass))
#define AGS_SET_FORMAT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_FORMAT, AgsSetFormatClass))