docs: Updates cogl_primitive_new_xyz symbols listing
Previously we had functions named like cogl_primitive_new_with_xyz_attributes() but at some point we renamed them all to functions named like cogl_primitive_new_xyz() instead. This updates the -sections.txt symbol listing to list the new names. Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
b2d05f32c2
commit
f7f730ee84
@ -218,14 +218,15 @@ cogl_is_indices
|
||||
<TITLE>Primitives</TITLE>
|
||||
CoglPrimitive
|
||||
cogl_primitive_new
|
||||
cogl_primitive_new_with_attributes_array
|
||||
cogl_primitive_new_with_p3_attributes
|
||||
cogl_primitive_new_with_p2c4_attributes
|
||||
cogl_primitive_new_with_p3c4_attributes
|
||||
cogl_primitive_new_with_p2t2_attributes
|
||||
cogl_primitive_new_with_p3t2_attributes
|
||||
cogl_primitive_new_with_p2t2c4_attributes
|
||||
cogl_primitive_new_with_p3t2c4_attributes
|
||||
cogl_primitive_new_with_attributes
|
||||
cogl_primitive_new_p2
|
||||
cogl_primitive_new_p3
|
||||
cogl_primitive_new_p2c4
|
||||
cogl_primitive_new_p3c4
|
||||
cogl_primitive_new_p2t2
|
||||
cogl_primitive_new_p3t2
|
||||
cogl_primitive_new_p2t2c4
|
||||
cogl_primitive_new_p3t2c4
|
||||
cogl_is_primitive
|
||||
cogl_primitive_get_first_vertex
|
||||
cogl_primitive_set_first_vertex
|
||||
|
Loading…
Reference in New Issue
Block a user