AgsServerApplicationContext

AgsServerApplicationContext

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsApplicationContext
        ╰── AgsServerApplicationContext

Implemented Interfaces

AgsServerApplicationContext implements AgsConnectable, AgsConcurrencyProvider and AgsServiceProvider.

Description

Functions

ags_server_application_context_new ()

AgsServerApplicationContext *
ags_server_application_context_new ();

AGS_IS_SERVER_APPLICATION_CONTEXT()

#define AGS_IS_SERVER_APPLICATION_CONTEXT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SERVER_APPLICATION_CONTEXT))

AGS_SERVER_APPLICATION_CONTEXT()

#define AGS_SERVER_APPLICATION_CONTEXT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SERVER_APPLICATION_CONTEXT, AgsServerApplicationContext))

AGS_SERVER_APPLICATION_CONTEXT_CLASS()

#define AGS_SERVER_APPLICATION_CONTEXT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SERVER_APPLICATION_CONTEXT, AgsServerApplicationContextClass))

AGS_SERVER_APPLICATION_CONTEXT_GET_CLASS()

#define AGS_SERVER_APPLICATION_CONTEXT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SERVER_APPLICATION_CONTEXT, AgsServerApplicationContextClass))

ags_server_application_context_get_type ()

GType
ags_server_application_context_get_type
                               ();

Types and Values

AGS_SERVER_BUILD_ID

#define AGS_SERVER_BUILD_ID "Sun Feb 26 23:03:41 CET 2017\0"

AGS_SERVER_DEFAULT_VERSION

#define AGS_SERVER_DEFAULT_VERSION "1.0.0\0"

enum AgsServerApplicationContextFlags

Enum values to control the behavior or indicate internal state of AgsServerApplicationContext by enable/disable as flags.

Members

AGS_SERVER_APPLICATION_CONTEXT_ENABLE_SERVER

enable the server

 

AGS_TYPE_SERVER_APPLICATION_CONTEXT

#define AGS_TYPE_SERVER_APPLICATION_CONTEXT                (ags_server_application_context_get_type())

struct AgsServerApplicationContext

struct AgsServerApplicationContext;

struct AgsServerApplicationContextClass

struct AgsServerApplicationContextClass {
  AgsApplicationContextClass application_context;
};