summaryrefslogtreecommitdiffstats
path: root/bus/activation.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-02 20:14:52 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-02 20:14:52 +0000
commite55fd2c6706e41f6933e1656ac3da7527ee2514f (patch)
tree36329f8a7da856381c7538d01cb138e2db81be47 /bus/activation.h
parentcfa261b49dd9cafb172deae3db22dba0c2e54bf9 (diff)
2003-04-02 Havoc Pennington <hp@redhat.com>
* bus/connection.c (bus_transaction_send_error_reply): set sender service for the error, and unref the reply on success * bus/activation.c: convert to use BusTransaction so OOM can be handled correctly (bus_activation_service_created): set sender of the message
Diffstat (limited to 'bus/activation.h')
-rw-r--r--bus/activation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/activation.h b/bus/activation.h
index 0e9e6ea3..a2e174f9 100644
--- a/bus/activation.h
+++ b/bus/activation.h
@@ -36,11 +36,13 @@ void bus_activation_ref (BusActivation *activation);
void bus_activation_unref (BusActivation *activation);
dbus_bool_t bus_activation_activate_service (BusActivation *activation,
DBusConnection *connection,
+ BusTransaction *transaction,
DBusMessage *activation_message,
const char *service_name,
DBusError *error);
dbus_bool_t bus_activation_service_created (BusActivation *activation,
const char *service_name,
+ BusTransaction *transaction,
DBusError *error);