mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
doc: don't double up the pw_proxy_new() documentation
This commit is contained in:
parent
5ae528c957
commit
5e5bf5f340
1 changed files with 6 additions and 6 deletions
|
|
@ -129,13 +129,13 @@ struct pw_proxy_events {
|
|||
void (*error) (void *data, int seq, int res, const char *message);
|
||||
};
|
||||
|
||||
/** Make a new proxy object. The id can be used to bind to a remote object and
|
||||
* can be retrieved with \ref pw_proxy_get_id . */
|
||||
/* Make a new proxy object. The id can be used to bind to a remote object and
|
||||
* can be retrieved with \ref pw_proxy_get_id . */
|
||||
struct pw_proxy *
|
||||
pw_proxy_new(struct pw_proxy *factory, /**< factory */
|
||||
const char *type, /**< interface type */
|
||||
uint32_t version, /**< interface version */
|
||||
size_t user_data_size /**< size of user data */);
|
||||
pw_proxy_new(struct pw_proxy *factory,
|
||||
const char *type, /* interface type */
|
||||
uint32_t version, /* interface version */
|
||||
size_t user_data_size /* size of user data */);
|
||||
|
||||
/** Add an event listener to proxy */
|
||||
void pw_proxy_add_listener(struct pw_proxy *proxy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue