]> git.alsa-project.org Git - alsa-gobject.git/commit
Revert "seq: tstamp: use wrapper structure instead of union"
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 22 Apr 2020 13:53:46 +0000 (22:53 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Wed, 22 Apr 2020 14:44:29 +0000 (23:44 +0900)
commit514cfe0e9fc1c62ab40fe9cd73b64d7fac229f90
tree9bd22c7fff70ac4f35e6e31b4435d0a8c72bba0a
parentb4c36afbcb7656829ae7d3871aef2404019e00ae
Revert "seq: tstamp: use wrapper structure instead of union"

This reverts commit 20fdc2d893ccba609cc786ebac733bf6914f9874.

In the above commit, union type structure is wrapped with care of
language bindings in which union-compatible feature is not expected.
However, it's responsible for language bindings to parse gir and
the care is not necessarily required in shared library side. In first
place, ALSASeq.Tstamp is boxed type object.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/event-data-queue.c
src/seq/event-fixed.c
src/seq/event.c
src/seq/tstamp.c
src/seq/tstamp.h