Mercurial > audlegacy
comparison src/libaudclient/audctrl.c @ 4811:7bf7f83a217e
rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Wed, 26 Nov 2008 00:44:56 +0900 |
| parents | c2886b393206 |
| children | 38b491487bd8 |
comparison
equal
deleted
inserted
replaced
| 4810:c10e53092037 | 4811:7bf7f83a217e |
|---|---|
| 21 | 21 |
| 22 #include <stdlib.h> | 22 #include <stdlib.h> |
| 23 #include <glib.h> | 23 #include <glib.h> |
| 24 #include <string.h> | 24 #include <string.h> |
| 25 #include <dbus/dbus-glib.h> | 25 #include <dbus/dbus-glib.h> |
| 26 #include "audacious/dbus.h" | 26 #include "audlegacy/dbus.h" |
| 27 #include "audacious/dbus-client-bindings.h" | 27 #include "audlegacy/dbus-client-bindings.h" |
| 28 #include "audctrl.h" | 28 #include "audctrl.h" |
| 29 | 29 |
| 30 static GError *error = NULL; //it must be hidden from outside, otherwise symbol conflict likely to happen. | 30 static GError *error = NULL; //it must be hidden from outside, otherwise symbol conflict likely to happen. |
| 31 | 31 |
| 32 /** | 32 /** |
