diff options
Diffstat (limited to 'gdbus/gdbus.h')
| -rw-r--r-- | gdbus/gdbus.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h index df065613..65b4fab9 100644 --- a/gdbus/gdbus.h +++ b/gdbus/gdbus.h @@ -37,6 +37,8 @@ typedef void (* GDBusWatchFunction) (DBusConnection *connection,  DBusConnection *g_dbus_setup_bus(DBusBusType type, const char *name,  							DBusError *error); +gboolean g_dbus_check_service(DBusConnection *connection, const char *name); +  gboolean g_dbus_set_disconnect_function(DBusConnection *connection,  				GDBusWatchFunction function,  				void *user_data, DBusFreeFunction destroy);  | 
