comparison ChangeLog @ 2734:eda1f3186687 trunk

[svn] - BSDify code - use mowgli.error_backtrace in parts of the code
author nenolod
date Fri, 11 May 2007 12:22:38 -0700
parents cf080b11c3fa
children ccf3e141fb1e
comparison
equal deleted inserted replaced
2733:cf080b11c3fa 2734:eda1f3186687
1 2007-05-11 18:52:56 +0000 Ben Tucker <bnt@interchange.ubc.ca>
2 revision [4492]
3 Implemented more of the stubs in audctrl; Added more methods to objects.xml with implementations in dbus.c. I'm still trying to get plugins working with libaudclient.
4
5 trunk/src/audacious/Makefile | 4 -
6 trunk/src/audacious/dbus-service.h | 73 +++++++++++-------
7 trunk/src/audacious/dbus.c | 143 ++++++++++++++++++++++++-------------
8 trunk/src/audacious/main.c | 18 +---
9 trunk/src/audacious/objects.xml | 65 +++++++++++++---
10 trunk/src/audacious/pluginenum.c | 27 ++++++
11 trunk/src/libaudclient/audctrl.c | 32 ++++++++
12 7 files changed, 258 insertions(+), 104 deletions(-)
13
14
1 2007-05-11 15:59:22 +0000 William Pitcock <nenolod@sacredspiral.co.uk> 15 2007-05-11 15:59:22 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [4490] 16 revision [4490]
3 - build audtool if libaudclient will be built. 17 - build audtool if libaudclient will be built.
4 18
5 trunk/configure.ac | 2 +- 19 trunk/configure.ac | 2 +-