]> git.pld-linux.org Git - packages/cogl.git/commitdiff
Fixes docs build
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 25 Sep 2012 09:48:28 +0000 (11:48 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 25 Sep 2012 09:48:28 +0000 (11:48 +0200)
Patch from: https://bugzilla.gnome.org/show_bug.cgi?id=684731

cogl-fix-experimental-doc-build.patch [new file with mode: 0644]

diff --git a/cogl-fix-experimental-doc-build.patch b/cogl-fix-experimental-doc-build.patch
new file mode 100644 (file)
index 0000000..2bac3db
--- /dev/null
@@ -0,0 +1,27 @@
+--- a/cogl/cogl-context.h      2012-09-18 02:06:20.000000000 +0400
++++ b/cogl/cogl-context.h      2012-09-24 20:13:48.193019200 +0400
+@@ -72,19 +72,19 @@
+  * help applications control the lifetime a context without us needing to
+  * introduce special api to handle the breakup of internal circular
+  * references due to internal resources and caches associated with the
+- * context.
++ * context.</note>
+  *
+- * One a context has been destroyed then all directly or indirectly
++ * <note>One a context has been destroyed then all directly or indirectly
+  * dependant resources will be in an inconsistent state and should not
+- * be manipulated or queried in any way.
++ * be manipulated or queried in any way.</note>
+  *
+- * For applications that rely on the operating system to clean up
++ * <note>For applications that rely on the operating system to clean up
+  * resources this policy shouldn't affect them, but for applications
+  * that need to carefully destroy and re-create Cogl contexts multiple
+  * times throughout their lifetime (such as Android applications) they
+  * should be careful to destroy all context dependant resources, such as
+  * framebuffers or textures etc before unrefing and destroying the
+- * context.<note>
++ * context.</note>
+  */
+ #ifdef COGL_ENABLE_EXPERIMENTAL_API
This page took 0.095301 seconds and 4 git commands to generate.