mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
rename props.[ch] to shared.[ch]
This commit is contained in:
parent
edc56a7f7a
commit
d36c5c97e5
10 changed files with 10 additions and 10 deletions
|
|
@ -686,7 +686,7 @@ noinst_HEADERS = \
|
|||
pulsecore/pid.h \
|
||||
pulsecore/play-memchunk.h \
|
||||
pulsecore/play-memblockq.h \
|
||||
pulsecore/props.h \
|
||||
pulsecore/shared.h \
|
||||
pulsecore/queue.h \
|
||||
pulsecore/random.h \
|
||||
pulsecore/resampler.h \
|
||||
|
|
@ -758,7 +758,7 @@ libpulsecore_la_SOURCES += \
|
|||
pulsecore/play-memchunk.c pulsecore/play-memchunk.h \
|
||||
pulsecore/play-memblockq.c pulsecore/play-memblockq.h \
|
||||
pulsecore/poll.c pulsecore/poll.h \
|
||||
pulsecore/props.c pulsecore/props.h \
|
||||
pulsecore/shared.c pulsecore/shared.h \
|
||||
pulsecore/queue.c pulsecore/queue.h \
|
||||
pulsecore/random.c pulsecore/random.h \
|
||||
pulsecore/resampler.c pulsecore/resampler.h \
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#include <pulse/xmalloc.h>
|
||||
#include <pulse/timeval.h>
|
||||
#include <pulsecore/log.h>
|
||||
#include <pulsecore/props.h>
|
||||
#include <pulsecore/shared.h>
|
||||
|
||||
#include "dbus-util.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
#include <pulsecore/authkey.h>
|
||||
#include <pulsecore/x11prop.h>
|
||||
#include <pulsecore/strlist.h>
|
||||
#include <pulsecore/props.h>
|
||||
#include <pulsecore/shared.h>
|
||||
|
||||
#include "module-x11-publish-symdef.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <pulse/xmalloc.h>
|
||||
|
||||
#include <pulsecore/props.h>
|
||||
#include <pulsecore/shared.h>
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/log.h>
|
||||
#include <pulsecore/refcnt.h>
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
#include <pulsecore/play-memchunk.h>
|
||||
#include <pulsecore/autoload.h>
|
||||
#include <pulsecore/sound-file-stream.h>
|
||||
#include <pulsecore/props.h>
|
||||
#include <pulsecore/shared.h>
|
||||
#include <pulsecore/core-util.h>
|
||||
#include <pulsecore/core-error.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#include <pulsecore/core-scache.h>
|
||||
#include <pulsecore/autoload.h>
|
||||
#include <pulsecore/core-subscribe.h>
|
||||
#include <pulsecore/props.h>
|
||||
#include <pulsecore/shared.h>
|
||||
#include <pulsecore/random.h>
|
||||
#include <pulsecore/log.h>
|
||||
#include <pulsecore/macro.h>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
#include <pulsecore/autoload.h>
|
||||
#include <pulsecore/authkey-prop.h>
|
||||
#include <pulsecore/strlist.h>
|
||||
#include <pulsecore/props.h>
|
||||
#include <pulsecore/shared.h>
|
||||
#include <pulsecore/sample-util.h>
|
||||
#include <pulsecore/llist.h>
|
||||
#include <pulsecore/creds.h>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#include <pulsecore/log.h>
|
||||
#include <pulsecore/macro.h>
|
||||
|
||||
#include "props.h"
|
||||
#include "shared.h"
|
||||
|
||||
typedef struct pa_shared {
|
||||
char *name; /* Points to memory allocated by the shared property system */
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <pulsecore/llist.h>
|
||||
#include <pulsecore/log.h>
|
||||
#include <pulsecore/props.h>
|
||||
#include <pulsecore/shared.h>
|
||||
#include <pulsecore/core-util.h>
|
||||
#include <pulsecore/macro.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue