summaryrefslogtreecommitdiffstats
path: root/bus/desktop-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/desktop-file.h')
-rw-r--r--bus/desktop-file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bus/desktop-file.h b/bus/desktop-file.h
index 279641ef..9cf14b3b 100644
--- a/bus/desktop-file.h
+++ b/bus/desktop-file.h
@@ -43,7 +43,8 @@ dbus_bool_t bus_desktop_file_get_raw (BusDesktopFile *desktop_file,
dbus_bool_t bus_desktop_file_get_string (BusDesktopFile *desktop_file,
const char *section,
const char *keyname,
- char **val);
+ char **val,
+ DBusError *error);
#endif /* BUS_DESKTOP_FILE_H */