Function
Dexdbus_connection_call_with_unix_fd_list
Declaration [src]
DexFuture*
dex_dbus_connection_call_with_unix_fd_list (
GDBusConnection* connection,
const char* bus_name,
const char* object_path,
const char* interface_name,
const char* method_name,
GVariant* parameters,
const GVariantType* reply_type,
GDBusCallFlags flags,
int timeout_msec,
GUnixFDList* fd_list
)
Parameters
connection |
GDBusConnection* |
No description available. | |
The data is owned by the caller of the function. | |
bus_name |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
object_path |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
interface_name |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
method_name |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
parameters |
GVariant* |
No description available. | |
The data is owned by the caller of the function. | |
reply_type |
const GVariantType* |
No description available. | |
The data is owned by the caller of the function. | |
flags |
GDBusCallFlags |
No description available. | |
timeout_msec |
int |
No description available. | |
fd_list |
GUnixFDList* |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | DexFuture |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |