RemoteListCallback
Description:
[ CCode ( instance_pos = 4.9 ) ]
public delegate int RemoteListCallback (string name, OId oid, OId loid, bool local)
public delegate int RemoteListCallback (string name, OId oid, OId loid, bool local)
The type of the callback functions for listing the references of a Remote.
See list.
Parameters:
name |
the name of the reference. |
oid |
the reference's oid. |
loid |
the reference's loid. |
local |
if available locally. |
user_data |
user-supplied data. |
Returns:
0 to go continue or a Error in case there was an error. |
Namespace: Ggit
Package: libgit2-glib-1.0