Method
GgitConfigopen_level
Declaration [src]
GgitConfig*
ggit_config_open_level (
GgitConfig* config,
GgitConfigLevel level,
GError** error
)
Parameters
level |
GgitConfigLevel |
The level to open. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GgitConfig |
The configuration at |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |