mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 20:27:59 +02:00
fixed two typos in API docs
This commit is contained in:
parent
b2d215da38
commit
5625232196
1 changed files with 2 additions and 2 deletions
|
|
@ -3900,9 +3900,9 @@ dbus_connection_set_timeout_functions (DBusConnection *connection,
|
|||
}
|
||||
|
||||
/**
|
||||
* Sets the mainloop wakeup function for the connection. Thi function is
|
||||
* Sets the mainloop wakeup function for the connection. This function is
|
||||
* responsible for waking up the main loop (if its sleeping) when some some
|
||||
* change has happened to the connection that the mainloop needs to reconsiders
|
||||
* change has happened to the connection that the mainloop needs to reconsider
|
||||
* (e.g. a message has been queued for writing).
|
||||
* When using Qt, this typically results in a call to QEventLoop::wakeUp().
|
||||
* When using GLib, it would call g_main_context_wakeup().
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue