Add doxygen docs

This commit is contained in:
Wim Taymans 2017-05-30 19:46:51 +02:00
parent f6ca32cdcf
commit e7327d1316
68 changed files with 4569 additions and 937 deletions

View file

@ -22,9 +22,11 @@
#include "pipewire/client/interfaces.h"
#include "pipewire/server/resource.h"
/** \cond */
struct impl {
struct pw_resource this;
};
/** \endcond */
struct pw_resource *pw_resource_new(struct pw_client *client,
uint32_t id, uint32_t type, void *object, pw_destroy_t destroy)