Function

GgitReferencesNameCallback

Declaration

gint
(* GgitReferencesNameCallback) (
  const gchar* name,
  gpointer user_data
)

Description [src]

The type of the callback functions for retrieving the references in a GgitRepository. See ggit_repository_references_foreach_name().

Parameters

name

Type: const gchar*

The name of the reference.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
user_data

Type: gpointer

User-supplied data.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gint

0 to go for the next references or a GgitError in case there was an error.