Method
XdpPortalget_user_information
Declaration [src]
void
xdp_portal_get_user_information (
XdpPortal* portal,
XdpParent* parent,
const char* reason,
XdpUserInformationFlags flags,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer data
)
Description [src]
Gets information about the user.
When the request is done, callback
will be called. You can then
call xdp_portal_get_user_information_finish()
to get the results.
Parameters
parent |
XdpParent |
Parent window information. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
reason |
const char* |
A string that can be shown in the dialog to explain why the information is needed. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
flags |
XdpUserInformationFlags |
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 |