John Chen
17e2929ee7
Change malloc and related functions to glib ones.
...
* malloc -> g_malloc
* realloc -> g_realloc
* free -> g_free
* strdup -> g_strdup
* strndup -> g_strndup
2017-02-14 00:44:53 +08:00
John Chen
7037afb2bc
Fix include. Add empty lines between include layers.
2017-02-14 00:39:04 +08:00
Nikos Tsipinakis
0c49b49254
Replace string_to_argv util function with g_shell_parse_argv
...
string_to_argv parsing was very simplistic and didn't properly handle
quotations. Since we are already using glib, g_shell_parse_argv serves
the same purpose with much better parsing and error handling.
2017-02-05 13:00:59 +02:00
Nikos Tsipinakis
0a0c02021d
Update functions in dbus.c to use camel_case for consistency
2016-12-22 20:00:45 +02:00
Nikos Tsipinakis
2df2e7d06c
Move dunst source files to src/
2016-11-19 11:54:03 +02:00