From: Scott Rifenbark Date: Wed, 20 Apr 2016 14:27:43 +0000 (-0700) Subject: ref-manual: Added GObject Introspection to 2.1 migration section. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1d67b241835adaeb8d83da4d48c9bccf6518ee8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added GObject Introspection to 2.1 migration section. (From yocto-docs rev: 0b9ee8da66ff81e0724465f18b0323f1216cb9fa) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 1299323cd1c..65a8ba8e30e 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -3199,6 +3199,21 @@ +
+ Supporting GObject Introspection + + + This release supports generation of GLib Introspective + Repository (GIR) files through GObject introspection, which is + the standard mechanism for accessing GObject-based software from + runtime environments. + You can enable, disable, and test the generation of this data. + See the + "Enabling GObject Introspection Support" + section for more information. + +
+
Miscellaneous Changes