From e4c8125c318935748c989daaf4df0da12bb6ec17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Tue, 5 Apr 2022 12:40:12 +0200 Subject: [PATCH] cogl/context: Add transfer full annotation to destroy timestamp query Part-of: --- cogl/cogl/cogl-context.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cogl/cogl/cogl-context.c b/cogl/cogl/cogl-context.c index 276617554..1f2ebed63 100644 --- a/cogl/cogl/cogl-context.c +++ b/cogl/cogl/cogl-context.c @@ -501,6 +501,13 @@ cogl_context_get_named_pipeline (CoglContext *context, return g_hash_table_lookup (context->named_pipelines, key); } +/** + * cogl_context_free_timestamp_query: + * @context: a #CoglContext object + * @query: (transfer full): the #CoglTimestampQuery to free + * + * Free the #CoglTimestampQuery + */ void cogl_context_free_timestamp_query (CoglContext *context, CoglTimestampQuery *query)