Skip to content
Snippets Groups Projects
Commit dc6f2abc authored by Pierre-Luc Beaudoin's avatar Pierre-Luc Beaudoin
Browse files

New function

parent c402fc49
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ void dbus_place_call (const call_t * c);
gchar ** dbus_account_list();
GHashTable * dbus_account_details(gchar * accountID);
void dbus_set_account_details(account_t *a);
void dbus_add_account(account_t *a);
void dbus_remove_account(gchar * accountID);
void dbus_set_volume(const gchar * device, gdouble value);
gdouble dbus_get_volume(const gchar * device);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment