Method

GgitConfigget_int32

Declaration [src]

gint32
ggit_config_get_int32 (
  GgitConfig* config,
  const gchar* name,
  GError** error
)

Description [src]

Get a int32 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: gint32
 

The value.