[go: up one dir, main page]

File: tilda-dbus-actions.h

package info (click to toggle)
tilda 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,708 kB
  • sloc: ansic: 8,286; sh: 4,917; makefile: 169; xml: 54; sed: 16
file content (14 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TILDA_DBUS_ACTIONS_H
#define TILDA_DBUS_ACTIONS_H

#include "tilda_window.h"

guint  tilda_dbus_actions_init (tilda_window *window);

void tilda_dbus_actions_toggle(gint instance_id);

gchar *tilda_dbus_actions_get_bus_name (tilda_window *window);

void   tilda_dbus_actions_finish (guint bus_identifier);

#endif