Class
AgsServer
[−]
Description
class Ags.Server : GObject.Object
{
flags: guint,
obj_mutex: GRecMutex,
uuid: AgsUUID*,
path: gchar*,
server_info: AgsServerInfo*,
ip4: gchar*,
ip6: gchar*,
domain: gchar*,
server_port: guint,
ip4_fd: int,
ip6_fd: int,
ip4_socket: GSocket*,
ip6_socket: GSocket*,
ip4_address: GSocketAddress*,
ip6_address: GSocketAddress*,
realm: gchar*,
soup_server: SoupServer*,
auth_module: gchar*,
auth_domain: SoupAuthDomain*,
front_controller: GObject*,
controller: GList*
}
No description available.
[+]