1
0
Fork 0

[docs] Fix a missing parameter

This commit is contained in:
Emmanuele Bassi 2009-08-04 11:38:48 +01:00
parent ff833fa068
commit ac5314c6d2

View file

@ -445,7 +445,7 @@ cogl_vertex_buffer_indices_get_for_quads (guint n_indices);
* Since: 1.0
*/
gboolean
cogl_is_vertex_buffer (CoglHandle);
cogl_is_vertex_buffer (CoglHandle handle);
G_END_DECLS