diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-01-23 11:11:24 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-01-23 11:11:24 +0000 |
commit | 11b31b864fe7aad4084544f9f846a2ddfe39c28a (patch) | |
tree | 9911fc680a5871cb06efe92a509268e509854d7e /dbus-1.pc.in | |
parent | 61758931005407de85952169e8253a72805e59ef (diff) | |
download | dbus-11b31b864fe7aad4084544f9f846a2ddfe39c28a.tar.gz |
Port to glib 2.31.x g_thread API
g_thread_init() is deprecated since glib 2.24, call g_type_init() instead.
Bump glib requirement accordingly.
g_thread_create is deprecated since 2.31, use g_thread_new() instead. When
building with a glib earlier than 2.31, provide a backwards compatibility shim.
[Added a comment about why we're using g_type_init() in a test that
doesn't otherwise use GObject -smcv]
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=44413
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'dbus-1.pc.in')
0 files changed, 0 insertions, 0 deletions