![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <glib.h>
#include <gio/gio.h>
Go to the source code of this file.
Data Structures | |
struct | dt_dbus_t |
Typedefs | |
typedef struct dt_dbus_t | dt_dbus_t |
Functions | |
dt_dbus_t * | dt_dbus_init () |
void | dt_dbus_destroy (const dt_dbus_t *) |
gboolean | dt_dbus_connected (const dt_dbus_t *) |
gboolean dt_dbus_connected | ( | const dt_dbus_t * | dbus | ) |
have we managed to get the dbus name? when not, then there is already another instance of darktable running
References dt_dbus_t::connected.
closes down database and frees memory
References dt_dbus_t::dbus_connection, dt_dbus_t::introspection_data, and dt_dbus_t::owner_id.
dt_dbus_t * dt_dbus_init | ( | ) |
allocates and initializes dbus
References _on_bus_acquired(), _on_name_acquired(), _on_name_lost(), dt_dbus_t::dbus_connection, FALSE, dt_dbus_t::introspection_data, introspection_xml, and dt_dbus_t::owner_id.