update laditools submodule. Fixes #38
[ladish.git] / daemon / control.h
blobc34f2b2c3fc517be8cf35f47b7d6ed97d923ed19
1 /* -*- Mode: C ; c-basic-offset: 2 -*- */
2 /*
3 * LADI Session Handler (ladish)
5 * Copyright (C) 2008, 2009 Nedko Arnaudov <nedko@arnaudov.name>
6 * Copyright (C) 2008 Juuso Alasuutari <juuso.alasuutari@gmail.com>
8 **************************************************************************
9 * This file contains interface to the D-Bus control interface helpers
10 **************************************************************************
12 * LADI Session Handler is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
17 * LADI Session Handler is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU General Public License
23 * along with LADI Session Handler. If not, see <http://www.gnu.org/licenses/>
24 * or write to the Free Software Foundation, Inc.,
25 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
28 #ifndef __LASHD_DBUS_IFACE_CONTROL_H__
29 #define __LASHD_DBUS_IFACE_CONTROL_H__
31 extern const struct dbus_interface_descriptor g_lashd_interface_control;
33 void emit_studio_appeared(void);
34 void emit_studio_disappeared(void);
35 void emit_clean_exit(void);
37 #endif /* __LASHD_DBUS_IFACE_CONTROL_H__ */