mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
Revert "miniobject: Add missing (nullable) annotations"
This reverts commit 96361e9b5c
.
This was not supposed to be pushed yet!
This commit is contained in:
parent
67138f4ee8
commit
066fdcd432
1 changed files with 3 additions and 3 deletions
|
@ -469,9 +469,9 @@ gst_mini_object_unref (GstMiniObject * mini_object)
|
|||
|
||||
/**
|
||||
* gst_mini_object_replace:
|
||||
* @olddata: (inout) (transfer full) (nullable): pointer to a pointer to a
|
||||
* mini-object to be replaced
|
||||
* @newdata: (nullable): pointer to new mini-object
|
||||
* @olddata: (inout) (transfer full): pointer to a pointer to a mini-object to
|
||||
* be replaced
|
||||
* @newdata: pointer to new mini-object
|
||||
*
|
||||
* Atomically modifies a pointer to point to a new mini-object.
|
||||
* The reference count of @olddata is decreased and the reference count of
|
||||
|
|
Loading…
Reference in a new issue