File: dbus.h

package info (click to toggle)
gjay 0.3.2-1.2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,448 kB
  • ctags: 798
  • sloc: ansic: 7,507; sh: 4,357; makefile: 45; sed: 16
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10

#ifndef GJAY_DBUS_H
#define GJAY_DBUS_H

#include <dbus/dbus-glib.h>

DBusGConnection * gjay_dbus_connection(void);
gboolean gjay_dbus_is_running(const char *appname);

#endif