Method

GgitConfigopen_level

Declaration [src]

GgitConfig*
ggit_config_open_level (
  GgitConfig* config,
  GgitConfigLevel level,
  GError** error
)

Description [src]

Open a specific level config derived from a multi-level one.

Parameters

level GgitConfigLevel
 

The level to open.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GgitConfig
 

The configuration at level, or NULL.

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