Lines Matching full:welcome
329 DBusMessage *welcome;
337 welcome = dbus_message_new_method_return (hello_message);
338 if (welcome == NULL)
344 if (!dbus_message_append_args (welcome,
348 dbus_message_unref (welcome);
353 _dbus_assert (dbus_message_has_signature (welcome, DBUS_TYPE_STRING_AS_STRING));
355 if (!bus_transaction_send_from_driver (transaction, connection, welcome))
357 dbus_message_unref (welcome);
363 dbus_message_unref (welcome);