From 470f92e48ebb40a0f18547c78f5fb2e9912a6395 Mon Sep 17 00:00:00 2001 From: arlo-phoenix Date: Sat, 18 Nov 2023 16:39:18 +0100 Subject: [PATCH] Update README --- README.md | 3 +++ src/convert_utils.cpp | 0 2 files changed, 3 insertions(+) delete mode 100644 src/convert_utils.cpp diff --git a/README.md b/README.md index 512d837..c7bd939 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,9 @@ var err=request("Divide", _on_request_finished, 50, 10) For using the client directly in GDScript you can also use the lower level `DBusClient`, which is the underlying implementation used by the node. +### Using system bus + +This on default just uses the user bus. If you need system access you can compile with GODOT_DBUS_SYSTEM_LEVEL set. ## Credits * Template used https://github.com/nathanfranke/gdextension diff --git a/src/convert_utils.cpp b/src/convert_utils.cpp deleted file mode 100644 index e69de29..0000000