Method

GgitConfigEntryget_name

Declaration [src]

const gchar*
ggit_config_entry_get_name (
  GgitConfigEntry* entry
)

Description [src]

Gets the name of entry.

Return value

Returns: const gchar*
 

The name 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.