Method
GrlSourcestore_sync
since: 0.3.0
Declaration [src]
void
grl_source_store_sync (
GrlSource* source,
GrlMedia* parent,
GrlMedia* media,
GrlWriteFlags flags,
GError** error
)
Description [src]
Store the media
into the parent
container.
This method is synchronous.
Available since: 0.3.0
Parameters
parent
-
Type:
GrlMedia
A
GrlMedia
container to store the data transfer objects.The argument can be NULL
.The data is owned by the caller of the method. media
-
Type:
GrlMedia
A
GrlMedia
data transfer object.The data is owned by the caller of the method. flags
-
Type:
GrlWriteFlags
Flags to configure specific behaviour of the operation.
error
-
Type:
GError **
The return location for a recoverable error.
The argument can be NULL
.If the return location is not NULL
, then you must initialize it to aNULL
GError*
.The argument will be left initialized to NULL
by the method if there are no errors.In case of error, the argument will be set to a newly allocated GError
; the caller will take ownership of the data, and be responsible for freeing it.