Top | ![]() |
![]() |
![]() |
![]() |
AgsServerStatus * | ags_server_status_new () |
#define | AGS_IS_SERVER_STATUS() |
#define | AGS_SERVER_STATUS() |
#define | AGS_SERVER_STATUS_CLASS() |
#define | AGS_SERVER_STATUS_GET_CLASS() |
GType | ags_server_status_get_type () |
enum | AgsServerStatusFlags |
#define | AGS_TYPE_SERVER_STATUS |
struct | AgsServerStatus |
struct | AgsServerStatusClass |
AgsServerStatus * ags_server_status_new ();
Instantiate AgsServerStatus.
Since: 2.0.0
#define AGS_IS_SERVER_STATUS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SERVER_STATUS))
#define AGS_SERVER_STATUS(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SERVER_STATUS, AgsServerStatus))
#define AGS_SERVER_STATUS_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SERVER_STATUS, AgsServerStatusClass))
#define AGS_SERVER_STATUS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SERVER_STATUS, AgsServerStatusClass))
Enum values to control the behavior or indicate internal state of AgsServerStatus by enable/disable as flags.