| Top |
| AgsServerInfo * | ags_server_info_alloc () |
| void | ags_server_start () |
| AgsServer * | ags_server_lookup () |
| AgsServer * | ags_server_new () |
| #define | AGS_IS_SERVER() |
| #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: 1.0.0
#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))
Enum values to control the behavior or indicate internal state of AgsServer by enable/disable as flags.
struct AgsServerInfo {
gchar *uuid;
gchar *server_name;
};
AgsServerInfo does identify the server and provides some basic information about it.
“application-context” property“application-context” AgsApplicationContext *
The assigned AgsApplicationContext
Flags: Read / Write
Since: 1.0.0