[telepathy-glib/master] Explain how to drive the new glib-client-gen.py
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Jun 10 09:51:32 PDT 2009
---
NEWS | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 864576d..b4b9a42 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,16 @@ Fixes:
Deprecations:
+Release notes for projects using code generation:
+
+* After updating to this version of glib-client-gen.py, _run_ methods will no
+ longer be generated by default. To get the behaviour of older versions, run
+ it with the new --generate-reentrant option; to get the methods present
+ but deprecated, use an option like
+ --deprecate-reentrant=FOO_DISABLE_DEPRECATED (which means the _run_ methods
+ are marked with G_GNUC_DEPRECATED, and will not be available at all if
+ FOO_DISABLE_DEPRECATED is defined).
+
telepathy-glib 0.7.31 (2009-05-27)
==================================
--
1.5.6.5
More information about the telepathy-commits
mailing list