Function
Dexdbus_connection_call_with_unix_fd_list
since: 0.4
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-
Type:
GDBusConnectionThe data is owned by the caller of the function. bus_name-
Type:
const char*A unique or well-known bus name or
NULLifconnectionis not a message bus connection.The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. object_path-
Type:
const char*Path of remote object.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. interface_name-
Type:
const char*D-Bus interface to invoke method on.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. method_name-
Type:
const char*The name of the method to invoke.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. parameters-
Type:
GVariantA
GVarianttuple with parameters for the method orNULLif not passing parameters.The argument can be NULL.The data is owned by the caller of the function. reply_type-
Type:
GVariantTypeThe expected type of the reply (which will be a tuple), or
NULL.The argument can be NULL.The data is owned by the caller of the function. flags-
Type:
GDBusCallFlagsFlags from the
GDBusCallFlagsenumeration. timeout_msec-
Type:
intThe timeout in milliseconds, -1 to use the default timeout or
G_MAXINTfor no timeout. fd_list-
Type:
GUnixFDListA
GUnixFDList.The argument can be NULL.The data is owned by the caller of the function.
Return value
Type: DexFuture
A DexFutureSet that resolves to a
GVariant.
The DexFuture containing the resulting GUnixFDList can
be retrieved with dex_future_set_get_future_at() with an index of 1.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |