mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Bug 618882 – No way to ensure that a message is sent
Add g_dbus_connection_flush{_finish,sync}(). https://bugzilla.gnome.org/show_bug.cgi?id=618882 Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -71,6 +71,11 @@ void _g_dbus_worker_stop (GDBusWorker *worker);
|
||||
/* can be called from any thread */
|
||||
void _g_dbus_worker_unfreeze (GDBusWorker *worker);
|
||||
|
||||
/* can be called from any thread (except the worker thread) */
|
||||
gboolean _g_dbus_worker_flush_sync (GDBusWorker *worker,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
/* ---------------------------------------------------------------------------------------------------- */
|
||||
|
||||
void _g_dbus_initialize (void);
|
||||
|
Reference in New Issue
Block a user