clapper: doc: Fix missing transfer annotation

This commit is contained in:
Rafał Dzięgiel
2025-05-21 19:42:27 +02:00
parent 92e3e686db
commit ddc0a4d8f9

View File

@@ -52,7 +52,7 @@ G_DEFINE_TYPE_WITH_PRIVATE (ClapperThreadedObject, clapper_threaded_object, GST_
* Useful when you want to invoke object thread to do some
* action in it from a different thread.
*
* Returns: a #GMainContext of the object used thread.
* Returns: (transfer none): a #GMainContext of the object used thread.
*/
GMainContext *
clapper_threaded_object_get_context (ClapperThreadedObject *self)