mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-14 08:21:47 -04:00
spa: dbus: Minor fix for incorrect documentation
The function does not have a parameter for return an error if getting the connection fails.
This commit is contained in:
parent
2548fcad25
commit
8b8241d6e3
1 changed files with 1 additions and 2 deletions
|
|
@ -122,10 +122,9 @@ struct spa_dbus_methods {
|
||||||
*
|
*
|
||||||
* \param dbus the dbus manager
|
* \param dbus the dbus manager
|
||||||
* \param type the bus type to wrap
|
* \param type the bus type to wrap
|
||||||
* \param error location for the DBusError
|
|
||||||
* \return a new dbus connection wrapper or NULL on error
|
* \return a new dbus connection wrapper or NULL on error
|
||||||
*/
|
*/
|
||||||
struct spa_dbus_connection * (*get_connection) (void *object,
|
struct spa_dbus_connection * (*get_connection) (void *dbus,
|
||||||
enum spa_dbus_type type);
|
enum spa_dbus_type type);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue