AgsServerStatus
AgsServerStatus
|
|
Object Hierarchy
GObject
╰── AgsServerStatus
Functions
AGS_IS_SERVER_STATUS()
#define AGS_IS_SERVER_STATUS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SERVER_STATUS))
AGS_IS_SERVER_STATUS_CLASS()
#define AGS_IS_SERVER_STATUS_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SERVER_STATUS))
AGS_SERVER_STATUS()
#define AGS_SERVER_STATUS(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SERVER_STATUS, AgsServerStatus))
AGS_SERVER_STATUS_CLASS()
#define AGS_SERVER_STATUS_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SERVER_STATUS, AgsServerStatusClass))
AGS_SERVER_STATUS_GET_CLASS()
#define AGS_SERVER_STATUS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SERVER_STATUS, AgsServerStatusClass))
ags_server_status_get_type ()
GType
ags_server_status_get_type ();
Types and Values
enum AgsServerStatusFlags
AGS_TYPE_SERVER_STATUS
#define AGS_TYPE_SERVER_STATUS (ags_server_status_get_type())
struct AgsServerStatus
struct AgsServerStatus;
struct AgsServerStatusClass
struct AgsServerStatusClass {
GObjectClass object;
};