Top | ![]() |
![]() |
![]() |
![]() |
BeagleQueryableStatus *
beagle_queryable_status_ref (BeagleQueryableStatus *status
);
Increases the reference count of the BeagleQueryableStatus.
void
beagle_queryable_status_unref (BeagleQueryableStatus *status
);
Decreases the reference count of the BeagleQueryableStatus. When the reference count drops to 0, it is freed.
const char *
beagle_queryable_status_get_name (BeagleQueryableStatus *status
);
Fetches the name of the backend for the given BeagleQueryableStatus.
int
beagle_queryable_status_get_item_count
(BeagleQueryableStatus *status
);
Fetches the number of items in the backend for the given BeagleQueryableStatus.
BeagleQueryableState
beagle_queryable_status_get_state (BeagleQueryableStatus *status
);
DEPRECATED
: This function is obsolete since 0.2.0. At
present, this function will always reutrn BEAGLE_QUERYABLE_STATE_NA.
int
beagle_queryable_status_get_progress_percent
(BeagleQueryableStatus *status
);
Fetches the progress in percent of the backend for the given BeagleQueryableStatus.
gboolean
beagle_queryable_status_get_is_indexing
(BeagleQueryableStatus *status
);
Fetches whether the backend for the given BeagleQueryableStatus is currently indexing.