Correct Changelog.
[jack2.git] / dbus / xml.h
blob956e79430ee14ad364d2812471ded37aeac20cc1
1 /* -*- Mode: C ; c-basic-offset: 4 -*- */
2 /*
3 Copyright (C) 2007,2008 Nedko Arnaudov
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 #ifndef XML_H__4F102BD2_3354_41C9_B842_DC00E1557A0F__INCLUDED
21 #define XML_H__4F102BD2_3354_41C9_B842_DC00E1557A0F__INCLUDED
23 bool
24 jack_controller_settings_save(
25 struct jack_controller * controller_ptr,
26 void *dbus_call_context_ptr);
28 void
29 jack_controller_settings_load(
30 struct jack_controller * controller_ptr);
32 void
33 jack_controller_settings_save_auto(
34 struct jack_controller * controller_ptr);
36 #endif /* #ifndef XML_H__4F102BD2_3354_41C9_B842_DC00E1557A0F__INCLUDED */