From 9cfb902807e2b568a27227fb11d757ac5cdb3aae Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 11 Sep 2006 15:24:10 +0000 Subject: * bus/activation.c, bus/desktop-file.c: Distinguish between OOM and key not found --- bus/desktop-file.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bus/desktop-file.h') 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 */ -- cgit