Method

GgitConfigEntryget_value

Declaration [src]

const gchar*
ggit_config_entry_get_value (
  GgitConfigEntry* entry
)

Description [src]

Gets the value of entry.

Return value

Returns: const gchar*
 

The value of entry or NULL.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.