Method

GgitConfigget_int64

Declaration [src]

gint64
ggit_config_get_int64 (
  GgitConfig* config,
  const gchar* name,
  GError** error
)

Description [src]

Get a int64 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: gint64
 

The value.