g-i: Drop unneeded since/stability annotations

They are no longer useful since the merge of cogl inside mutter

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2708>
This commit is contained in:
Bilal Elmoussaoui
2022-11-22 12:54:44 +01:00
parent 3393db942a
commit bb5af3a6bd
50 changed files with 0 additions and 1009 deletions

View File

@ -87,8 +87,6 @@ GType cogl_attribute_buffer_get_gtype (void);
* %NULL
*
* Return value: (transfer full): A newly allocated #CoglAttributeBuffer. Never %NULL.
*
* Stability: Unstable
*/
COGL_EXPORT CoglAttributeBuffer *
cogl_attribute_buffer_new_with_size (CoglContext *context,
@ -119,9 +117,6 @@ cogl_attribute_buffer_new_with_size (CoglContext *context,
* cogl_buffer_map().</note>
*
* Return value: (transfer full): A newly allocated #CoglAttributeBuffer (never %NULL)
*
* Since: 1.4
* Stability: Unstable
*/
COGL_EXPORT CoglAttributeBuffer *
cogl_attribute_buffer_new (CoglContext *context,
@ -136,9 +131,6 @@ cogl_attribute_buffer_new (CoglContext *context,
*
* Returns: %TRUE if @object references a #CoglAttributeBuffer,
* %FALSE otherwise
*
* Since: 1.4
* Stability: Unstable
*/
COGL_EXPORT gboolean
cogl_is_attribute_buffer (void *object);