Method

GgitConfigdelete_entry

Declaration [src]

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

Description [src]

Delete a config variable from the config file.

Parameters

name const gchar*
 

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
 

TRUE if the configuration value was deleted, FALSE otherwise.