pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <dbus/dbus.h>
Go to the source code of this file.
Defines | |
#define | DBUS_API_SUBJECT_TO_CHANGE |
Functions | |
void | pcb_dbus_connection_setup_with_mainloop (DBusConnection *connection) |
void | pcb_dbus_connection_finish_with_mainloop (DBusConnection *connection) |
#define DBUS_API_SUBJECT_TO_CHANGE |
Definition at line 28 of file dbus-pcbmain.h.
void pcb_dbus_connection_finish_with_mainloop | ( | DBusConnection * | connection | ) |
Definition at line 321 of file dbus-pcbmain.c.
Referenced by pcb_dbus_finish().
void pcb_dbus_connection_setup_with_mainloop | ( | DBusConnection * | connection | ) |
Sets the watch and timeout functions of a #DBusConnection to integrate the connection with the GUI HID's main loop.
connection | the connection |
Definition at line 271 of file dbus-pcbmain.c.
References hid_st::add_block_hook, block_hook_cb(), dispatch_status_changed(), gui, hidval::ptr, timeout_add(), timeout_remove(), timeout_toggled(), watch_add(), watch_remove(), and watch_toggled().
Referenced by pcb_dbus_setup().