Top | ![]() |
![]() |
![]() |
![]() |
AgsServerInfo * | ags_server_info_alloc () |
void | ags_server_start () |
AgsServer * | ags_server_lookup () |
AgsServer * | ags_server_new () |
#define | AGS_IS_SERVER() |
#define | AGS_IS_SERVER_CLASS() |
#define | AGS_SERVER() |
#define | AGS_SERVER_CLASS() |
#define | AGS_SERVER_GET_CLASS() |
GType | ags_server_get_type () |
#define | AGS_SERVER_DEFAULT_AUTH_MODULE |
enum | AgsServerFlags |
struct | AgsServerInfo |
#define | AGS_TYPE_SERVER |
struct | AgsServer |
struct | AgsServerClass |
AgsServerInfo *
ags_server_info_alloc (gchar *server_name
);
Allocate server info.
Since: 1.0.0
void
ags_server_start (AgsServer *server
);
Start the XMLRPC-C abyss server.
Since: 1.0.0
AgsServer *
ags_server_lookup (AgsServerInfo *server_info
);
Lookup AgsServer by server_info
.
Since: 1.0.0
AgsServer *
ags_server_new (GObject *application_context
);
Instantiate AgsServer.
Since: 0.7.0
#define AGS_IS_SERVER_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SERVER))
#define AGS_SERVER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SERVER, AgsServer))
#define AGS_SERVER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SERVER, AgsServerClass))
#define AGS_SERVER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SERVER, AgsServerClass))
“application-context”
property“application-context” AgsApplicationContext *
The assigned AgsApplicationContext
Flags: Read / Write
Since: 0.7.0