pcb 4.1.1
An interactive printed circuit board layout editor.

dbus-pcbmain.h File Reference

#include <dbus/dbus.h>
Include dependency graph for dbus-pcbmain.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define DBUS_API_SUBJECT_TO_CHANGE

Definition at line 28 of file dbus-pcbmain.h.


Function Documentation

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.

Parameters:
connectionthe 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().

Here is the call graph for this function: