mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Made GstDateTime opaque
This commit is contained in:
parent
a1b24ccfb8
commit
817d6adeec
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
<attr path="/api/namespace/struct[@cname='GstMiniObject']/field[@cname='free']" name="type">gpointer</attr>
|
||||
<attr path="/api/namespace/struct[@cname='GstMiniObject']/field[@cname='dispose']" name="type">gpointer</attr>
|
||||
<attr path="/api/namespace/struct[@cname='GstMessage']/field[@cname='cond']" name="type">GCond*</attr>
|
||||
<!-- structs that should be opaque -->
|
||||
<attr path="/api/namespace/boxed[@cname='GstDateTime']" name="opaque">true</attr>
|
||||
<!-- add native attribute to all structs which need special handling -->
|
||||
<change-node-type path="/api/namespace//boxed[field/@cname='mini_object']">struct</change-node-type>
|
||||
<attr path="/api/namespace//struct[field/@cname='mini_object']" name="native">true</attr>
|
||||
|
|
Loading…
Reference in a new issue