Function

AgsServerInfoalloc

since: 3.0.0

Declaration [src]

AgsServerInfo*
ags_server_info_alloc (
  gchar* server_name,
  gchar* uuid
)

Description [src]

Allocate server info.

Available since: 3.0.0

This function is not directly available to language bindings.

Parameters

server_name

Type: gchar*

The server name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
uuid

Type: gchar*

The uuid.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: AgsServerInfo

The allocated AgsServerInfo-struct.

The data is owned by the called function.