Name Description Size Coverage
adv_server.rs 6071 -
argument_guide.md 8654 -
client.rs 501 -
properties.rs 1899 -
properties_msgitem.rs 363 -
rtkit.rs This example asks the rtkit service to make our thread realtime priority. Rtkit puts a few limitations on us to let us become realtime, such as setting RLIMIT_RTTIME correctly, hence the syscalls. 2439 -
server.rs This example creates a D-Bus server with the following functionality: It registers the "com.example.dbustest" name, creates a "/hello" object path, which has an "com.example.dbustest" interface. The interface has a "Hello" method (which takes no arguments and returns a string), and a "HelloHappened" signal (with a string argument) which is sent every time someone calls the "Hello" method. 2945 -
unity_focused_window.rs 909 -