[GtkGLExt] g-i annotations



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I have a patch for git://github.com/tdz/gtkglext.git to fix some
annotations for gobject-introspection.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPwTb8AAoJEEDg0A3D0GN4KdYP/3HEczEOG0N1uje77Whfgr9n
56urnLaRN5YnobgmDuv0QLx7jH0e06yBPEF6MJjZxYgdV8j+WlF2dhBNl3bt7tS4
p7RFxA5wDS5jS5T2seja5hRdFJbw+Vb+GA5wRg2dARG8BsGhKDbC6Cw4/xJys9k3
rg3L4fws4Kk/3k9f8pern8o6AuGIwmI7xUyUj2m00emzJAa69dKJca9U9kcVFk98
4cQ93En3z7Cpvtvbzt4di9Wb+TIEODzqlzZNP9++jcp7Sl4lX29GcQ4M6K/0vZBC
ZO48gySaGRRJkLP8pvt75CO2hyDxll4Z2hQ1se7eFvDgmfRnopmJ4RJPRCJHc877
oAdWJ7sjpakmp7UI3oFXl3rJPHeYajFDyWWd7A1InOoyqXcKWssT+REMl5MmskfL
PSaU9HXes6queenSzkfe4tSq5RbbH0MdDOvqKZtR9ogHp1iNz2Dn7cCPm6PFrxNL
OjWakKb0Gm6To410zQdBVrGqc65pLR6hmH1iocBRsk4h2LW4kT013x8JogvsriPw
TVBu2Xvs8HIZ1wx75htJSQLZB0c0obl0MFcVY5gbLsHneq1WSXkrTwF22lRVq3w5
bgi2CGLfXyTPdpEAZpfqgrlRMWzcUrGwQFuaIgPCbVKdH3vl837phIHj78oWYLFg
K9tdlY0JajlFp3IFCj+b
=XD2E
-----END PGP SIGNATURE-----
>From 2bddf600121455929e775e41b4864ccc3fef9165 Mon Sep 17 00:00:00 2001
From: "B. Clausius" <barcc gmx de>
Date: Sat, 26 May 2012 18:30:07 +0200
Subject: [PATCH] Fixed gdk_gl_config_* annotations for gobject introspection

---
 gdk/gdkglconfig.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gdk/gdkglconfig.c b/gdk/gdkglconfig.c
index a66abd5..28fd0ff 100644
--- a/gdk/gdkglconfig.c
+++ b/gdk/gdkglconfig.c
@@ -400,8 +400,8 @@ gdk_gl_config_has_accum_buffer (GdkGLConfig *glconfig)
 
 /**
  * gdk_gl_config_new:
- * @attrib_list: a list of attribute/value pairs. The last attribute must
- *               be GDK_GL_ATTRIB_LIST_NONE.
+ * @attrib_list: (array zero-terminated=1): a list of attribute/value pairs.
+ *               The last attribute must be GDK_GL_ATTRIB_LIST_NONE.
  *
  * Returns an OpenGL frame buffer configuration that match the specified
  * attributes.
@@ -426,8 +426,8 @@ gdk_gl_config_new (const int *attrib_list)
 /**
  * gdk_gl_config_new_for_display:
  * @screen: target display.
- * @attrib_list: a list of attribute/value pairs. The last attribute must
- *               be GDK_GL_ATTRIB_LIST_NONE.
+ * @attrib_list: (array zero-terminated=1): a list of attribute/value pairs.
+ *               The last attribute must be GDK_GL_ATTRIB_LIST_NONE.
  *
  * Returns an OpenGL frame buffer configuration that match the specified
  * attributes.
@@ -471,8 +471,8 @@ gdk_gl_config_new_for_display (GdkDisplay *display, const int *attrib_list)
 /**
  * gdk_gl_config_new_for_screen:
  * @screen: target screen.
- * @attrib_list: a list of attribute/value pairs. The last attribute must
- *               be GDK_GL_ATTRIB_LIST_NONE.
+ * @attrib_list: (array zero-terminated=1): a list of attribute/value pairs.
+ *               The last attribute must be GDK_GL_ATTRIB_LIST_NONE.
  *
  * Returns an OpenGL frame buffer configuration that match the specified
  * attributes.
@@ -543,7 +543,7 @@ gdk_gl_config_get_screen (GdkGLConfig *glconfig)
  * gdk_gl_config_get_attrib:
  * @glconfig: a #GdkGLConfig.
  * @attribute: the attribute to be returned.
- * @value: returns the requested value.
+ * @value: (out): returns the requested value.
  *
  * Gets information about a OpenGL frame buffer configuration.
  *
-- 
1.7.9.5



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]