Top | ![]() |
![]() |
![]() |
![]() |
#define | IDE_GIT_REMOTE_CALLBACKS_CONST() |
GgitRemoteCallbacks * | ide_git_remote_callbacks_new () |
gdouble | ide_git_remote_callbacks_get_fraction () |
IdeProgress * | ide_git_remote_callbacks_get_progress () |
#define IDE_GIT_REMOTE_CALLBACKS_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), IDE_TYPE_GIT_REMOTE_CALLBACKS, IdeGitRemoteCallbacks const))
gdouble
ide_git_remote_callbacks_get_fraction (IdeGitRemoteCallbacks *self
);
Gets the fraction of the current operation. This should typically be bound using
g_object_bind_property()
to GtkProgressBar:fraction or similar progress widget.
IdeProgress *
ide_git_remote_callbacks_get_progress (IdeGitRemoteCallbacks *self
);
Gets the IdeProgress for the operation.