Method

GgitRemoteget_push_specs

Declaration [src]

gchar**
ggit_remote_get_push_specs (
  GgitRemote* remote
  GError** error
)

Description [src]

Get the list of push refspecs for the given remote.

Return value

Returns: An array of utf8
 

A list of push refspecs or NULL.

 The array is NULL-terminated.
 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.
 Each element is a NUL terminated UTF-8 string.