alsa-project / libhinawa

Mirror of https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git for user support and continuous integration. I/O library for IEEE 1394 asynchronous transactions to/from units on the bus, with GObject Introspection.
GNU Lesser General Public License v2.1
7 stars 8 forks source link

[PATCH 0/9] remove deprecated features #97

Closed takaswie closed 1 year ago

takaswie commented 1 year ago

In mostly 10 years of development, libhinawa gains many deprecated features. This series removes them for version 3.0 release.

Additionally, the library includes format of Since and Deprecated tags against GNOME convention. The last patch corrects them.

Takashi Sakamoto (9):
  fw_req: remove deprecated function
  fw_req: remove deprecated signal
  fw_req: remove deprecated property
  fw_resp: remove deprecated signals
  fw_resp: remove deprecated function
  fw_fcp: remove deprecated function
  fw_fcp: remove deprecated signal
  fw_fcp: remove deprecated properties
  correct format of Since and Deprecated tags

 src/cycle_time.c             |  10 +-
 src/fw_fcp.c                 | 140 +++---------------------
 src/fw_fcp.h                 |  19 +---
 src/fw_node.c                |  12 +--
 src/fw_node.h                |   4 +-
 src/fw_req.c                 | 202 ++---------------------------------
 src/fw_req.h                 |  26 -----
 src/fw_resp.c                | 169 +++--------------------------
 src/fw_resp.h                |  41 -------
 src/hinawa.map               |   6 --
 src/hinawa_sigs_marshal.list |   4 -
 tests/fw-fcp                 |   4 -
 tests/fw-req                 |   8 +-
 tests/fw-resp                |   5 -
 14 files changed, 51 insertions(+), 599 deletions(-)
takaswie commented 1 year ago

Merged.