Method

GgitConfigget_bool

Declaration [src]

gboolean
ggit_config_get_bool (
  GgitConfig* config,
  const gchar* name,
  GError** error
)

Description [src]

Get a boolean configuration value.

Parameters

name const gchar*
 

The name of the configuration value.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

The value.