Method

GgitReflogrename

Declaration [src]

gboolean
ggit_reflog_rename (
  GgitReflog* reflog,
  const gchar* new_name,
  GError** error
)

Description [src]

Renames the reflog for to new_name, on error error is set.

Parameters

new_name const gchar*
 

The new name of the reference.

 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
  No description available.