Method
EDataBookBookBackendprepare_for_completion
since: 3.10
Declaration [src]
GTask*
e_book_backend_prepare_for_completion (
EBookBackend* backend,
guint32 opid
)
Description [src]
Obtains the GTask for opid.
EDataBook‘s “respond”
functions until they can be removed. Nothing else should be
calling this function.
Available since: 3.10
Return value
Type: GTask
A GTask.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |