Default STEP export to board only
[geda-pcb/pcjc2/v2.git] / src / dbus-pcbmain.h
blob664da593391abb3bd129cc778049c2c66ea50ec5
1 /*!
2 * \file src/dbus-pacbmain.h
4 * \brief D-Bus IPC logic
6 * PCB, an interactive printed circuit board editor
8 * Copyright (C) 2006 University of Cambridge
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 #ifndef PCB_DBUS_PCBMAIN_H
26 #define PCB_DBUS_PCBMAIN_H
28 #define DBUS_API_SUBJECT_TO_CHANGE
29 #include <dbus/dbus.h>
31 void pcb_dbus_connection_setup_with_mainloop (DBusConnection * connection);
32 void pcb_dbus_connection_finish_with_mainloop (DBusConnection * connection);
34 #endif /* !PCB_DBUS_PCBMAIN_H */