Method

GgitRemoteprune

Declaration [src]

void
ggit_remote_prune (
  GgitRemote* remote,
  GgitRemoteCallbacks* callbacks,
  GError** error
)

Description [src]

Prune tracking refs that are no longer present on remote.

Parameters

callbacks GgitRemoteCallbacks
 

The callbacks to use for this connection.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.