12 Commits

Author SHA1 Message Date
J. Nick Koston
c21a2ac15a
fix: docs build (#381) 2025-02-01 22:59:50 -06:00
Jim Duchek
6c2412f4ca
fix: spelling of dbus_fast.auth.AuthAnnonymous to dbus_fast.auth.AuthAnonymous (#220) 2023-08-05 10:41:09 -10:00
David Lechner
67255f7e01
fix: fix remaining altdesktop links (#169)
There were still a few links incorrectly pointing back to
altdesktop/python-dbus-next on GitHub.
2022-11-23 10:18:11 -07:00
David Lechner
d71f0e1fbd
use asyncio.run() in examples
calling `asyncio.get_running_loop()` will fail if there is no running event loop, so we should use `asyncio.run()` instead to create a new loop.

Also, use events for infinite waiting instead of futures since there is no return value.
2022-09-26 12:50:22 -05:00
David Lechner
691ff8e1bf
replace deprecated asyncio.get_event_loop()
`asyncio.get_event_loop()` was deprecated in Python 3.10, so we should use `asyncio.get_running_loop()` instead.
2022-09-26 12:43:56 -05:00
J. Nick Koston
a97701ec12
fix: copyrights in docs (#10) 2022-09-09 10:50:34 -05:00
J. Nick Koston
116d5c6feb
fix: more rename (#7) 2022-09-09 10:36:32 -05:00
J. Nick Koston
538db98a3b
fix: docs lang (#3) 2022-09-09 10:21:07 -05:00
J. Nick Koston
36b08afbff chore: rename 2022-09-09 08:45:49 -05:00
J. Nick Koston
7e9609b0f5 chore: rename 2022-09-09 08:44:30 -05:00
J. Nick Koston
495bfac17f chore: initial port 2022-09-09 08:43:26 -05:00
J. Nick Koston
169581f691 chore: initial commit 2022-09-09 08:37:05 -05:00