mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
Comment some more files
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@309 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
2fb83d13f2
commit
4763ca1376
45 changed files with 428 additions and 81 deletions
|
|
@ -22,6 +22,8 @@
|
|||
USA.
|
||||
***/
|
||||
|
||||
/* Some functions for reading module meta data from Polypaudio modules */
|
||||
|
||||
struct pa_modinfo {
|
||||
char *author;
|
||||
char *description;
|
||||
|
|
@ -29,9 +31,13 @@ struct pa_modinfo {
|
|||
char *version;
|
||||
};
|
||||
|
||||
/* Read meta data from an libtool handle */
|
||||
struct pa_modinfo *pa_modinfo_get_by_handle(lt_dlhandle dl);
|
||||
|
||||
/* Read meta data from a module file */
|
||||
struct pa_modinfo *pa_modinfo_get_by_name(const char *name);
|
||||
|
||||
/* Free meta data */
|
||||
void pa_modinfo_free(struct pa_modinfo *i);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue