Code

Keeping up with trunk
[inkscape.git] / src / extension / dbus / dbus-init.h
1 /*
2  * Authors:
3  *   Soren Berg <glimmer07@gmail.com>
4  *
5  * Copyright (C) 2009 Authors
6  *
7  * Released under GNU GPL, read the file 'COPYING' for more information
8  */
10 #ifndef INKSCAPE_EXTENSION_DBUS_INIT_H__
11 #define INKSCAPE_EXTENSION_DBUS_INIT_H__
13 #include "desktop.h"
15 namespace Inkscape {
16 namespace Extension {
17 namespace Dbus {
19 /** \brief  Dbus stuff.  For registering objects on the bus. */
21 void init (void);
23 gchar * init_document (void);
25 gchar * init_desktop (void);
27 gchar * dbus_init_desktop_interface (SPDesktop * dt);
29 } } }  /* namespace Dbus, Extension, Inkscape */
31 #endif /* INKSCAPE_EXTENSION_DBUS_INIT_H__ */
33 /*
34   Local Variables:
35   mode:c++
36   c-file-style:"stroustrup"
37   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
38   indent-tabs-mode:nil
39   fill-column:99
40   End:
41 */
42 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :