summaryrefslogtreecommitdiffstats
path: root/bus/desktop-file.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-09-11 15:24:10 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-09-11 15:24:10 +0000
commit9cfb902807e2b568a27227fb11d757ac5cdb3aae (patch)
tree524511180cd97db8ebb77f0a88a7cb813d6eb116 /bus/desktop-file.h
parent05d90f4f20c1fbbb6c532b5f62531c97ced7d63e (diff)
* bus/activation.c, bus/desktop-file.c: Distinguish between OOM and
key not found
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 */