mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
clapper: doc: Fix missing transfer annotation
This commit is contained in:
@@ -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
|
* Useful when you want to invoke object thread to do some
|
||||||
* action in it from a different thread.
|
* 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 *
|
GMainContext *
|
||||||
clapper_threaded_object_get_context (ClapperThreadedObject *self)
|
clapper_threaded_object_get_context (ClapperThreadedObject *self)
|
||||||
|
Reference in New Issue
Block a user