Method

GgitRepositorydrop_stash

Declaration [src]

void
ggit_repository_drop_stash (
  GgitRepository* repository,
  gsize index,
  GError** error
)

Description [src]

Removes a single stashed state from the stash list.

Parameters

index gsize
 

The position within the stash list. 0 points to the. most recent stashed state.

error GError **
  The return location for a GError*, or NULL.