[ CCode ( instance_pos = 2.9 ) ]
public delegate void ProgressCallback (Progress progress, ProgressType type)
Function that is called when progress updates are given.
progress |
a Progress |
type |
the type of progress update this is |
user_data |
User data supplied when the callback was registered. |