~vcs-imports/tilda/trunk

1
2
3
4
5
6
7
8
9
10
11
12
#ifndef TILDA_DBUS_ACTIONS_H
#define TILDA_DBUS_ACTIONS_H

#include "tilda_window.h"

guint  tilda_dbus_actions_init (tilda_window *window);

gchar *tilda_dbus_actions_get_bus_name (tilda_window *window);

void   tilda_dbus_actions_finish (guint bus_identifier);

#endif