Skip to content
Snippets Groups Projects
Commit 485a75b6 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2284] Fix dbus_get_all_ip_interface compilation warnings

parent 234f9c52
No related branches found
No related tags found
No related merge requests found
...@@ -514,6 +514,12 @@ gchar** dbus_get_addressbook_list (void); ...@@ -514,6 +514,12 @@ gchar** dbus_get_addressbook_list (void);
void dbus_set_addressbook_list (const gchar** list); void dbus_set_addressbook_list (const gchar** list);
/**
* Query the daemon to return a list of network interface (described as there IP address)
*/
gchar** dbus_get_all_ip_interface(void);
/** /**
* Encapsulate all the url hook-related configuration * Encapsulate all the url hook-related configuration
* Get the configuration * Get the configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment