Function

GrlLogDomainnew

since: 0.1.7

Declaration [src]

GrlLogDomain*
grl_log_domain_new (
  const gchar* name
)

Description

No description available.

Available since: 0.1.7

This function is not directly available to language bindings.

Parameters

name

Type: const gchar*

The name for the new log domain.

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

Return value

Type: GrlLogDomain

The new log domain.

The data is owned by the called function.