Skip to content

Commit

Permalink
Add credits section
Browse files Browse the repository at this point in the history
  • Loading branch information
arlo-phoenix committed Nov 18, 2023
1 parent e3ba29c commit 54b4b8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ var err=request("Divide", _on_request_finished, 50, 10)
`request` is a vararg method which first takes the method name, then a callback and after that all your input arguments to the method. You don't need to close the client again at the end, since it is automatically freed when it goes out of scope.

For using the client directly in GDScript you can also use the lower level `DBusClient`, which is the underlying implementation used by the node.


## Credits
* Template used https://github.com/nathanfranke/gdextension
* Good tutorial https://0pointer.net/blog/the-new-sd-bus-api-of-systemd.html
* libsystemd https://github.com/systemd/systemd

0 comments on commit 54b4b8a

Please sign in to comment.