Method
EDataBookBookBackendforeach_view_notify_progress
since: 3.34
Declaration [src]
void
e_book_backend_foreach_view_notify_progress (
EBookBackend* backend,
gboolean only_completed_views,
gint percent,
const gchar* message
)
Description [src]
Notifies each view of the backend about progress. When only_completed_views
is TRUE, notifies only completed views.
Available since: 3.34
Parameters
only_completed_views-
Type:
gbooleanWhether notify in completed views only.
percent-
Type:
gintPercent complete.
message-
Type:
const gchar*Message describing the operation in progress, or
NULL.The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.