Method
XdpPortalset_wallpaper
Declaration [src]
void
xdp_portal_set_wallpaper (
XdpPortal* portal,
XdpParent* parent,
const char* uri,
XdpWallpaperFlags flags,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer data
)
Parameters
parent |
XdpParent |
Parent window information. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
uri |
const char* |
The URI to use. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
flags |
XdpWallpaperFlags |
Options for this call. |
|
cancellable |
GCancellable* |
Optional |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A callback to call when the request is done. |
|
data |
gpointer |
Data to pass to |