Top | ![]() |
![]() |
![]() |
![]() |
#define | IDE_TYPE_GIT_REMOTE_CALLBACKS |
GgitRemoteCallbacks * | ide_git_remote_callbacks_new () |
gdouble | ide_git_remote_callbacks_get_fraction () |
IdeProgress * | ide_git_remote_callbacks_get_progress () |
#define IDE_TYPE_GIT_REMOTE_CALLBACKS (ide_git_remote_callbacks_get_type())
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.