mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +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
|
||||
* 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)
|
||||
|
Reference in New Issue
Block a user