Constructor

ValagirContextnew

Declaration

GirContext*
gir_context_new (
  gchar** gir_directories,
  gint gir_directories_length1
)

Description

No description available.

Parameters

gir_directories

Type: An array of gchar*

No description available.

The length of the array is specified in the gir_directories_length1 argument.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.
gir_directories_length1

Type: gint

No description available.

Return value

Type: GirContext

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.