Method

GgitConfigset_int64

Declaration [src]

gboolean
ggit_config_set_int64 (
  GgitConfig* config,
  const gchar* name,
  gint64 value,
  GError** error
)

Description [src]

Set a int64 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.
value gint64
 

The new value.

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

Return value

Returns: gboolean
 

TRUE if the value was successfully set, FALSE otherwise.