Method
XdpPortalaccess_camera_finish
Declaration [src]
gboolean
xdp_portal_access_camera_finish (
XdpPortal* portal,
GAsyncResult* result,
GError** error
)
Description [src]
Finishes a camera acess request, and returns the result as a boolean.
If the access was granted, you can then call
xdp_portal_open_pipewire_remote_for_camera()
to obtain a pipewire remote.
Parameters
result |
GAsyncResult |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |