[ CCode ( instance_pos = 4.9 ) ]
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.
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. |
0 to go continue or a Error in case there was an error. |