[PATCH 00/23] add annotation to object properties

GitHub pull_request - opened github at alsa-project.org
Mon Jun 20 11:49:18 CEST 2022


alsa-project/alsa-gobject pull request #77 was opened from takaswie:

The gi-docgen tool requires explicit annotation for object properties to generate
pages. This patchset adds missing properties for the purpose.

```
Takashi Sakamoto (23):
  ctl: card: add annotation to object properties
  ctl: card-info: add annotation to object properties
  card: elem-value: add annotation to object properties
  rawmidi: stream-pair: add annotation to object properties
  rawmidi: substream-info: add annotation to object properties
  rawmidi: substream-params: add annotation to object properties
  rawmidi: substream-status: add annotation to object properties
  hwdep: device-info: add annotation to object properties
  timer: device-info: add annotation to object properties
  timer: device-params: add annotation to object properties
  timer: device-status: add annotation to object properties
  timer: instance-info: add annotation to object properties
  timer: instance-params: add annotation to object properties
  timer: instance-status: add annotation to object properties
  seq: fix description of object properties in which enumerations are available
  seq: client-info: add annotation to object properties
  seq: client-pool: add annotation to object properties
  seq: port-info: fix tag indentation
  seq: queue-info: add annotation to object properties
  seq: queue-status: add annotation to object properties
  seq: queue-tempo: add annotation to object properties
  seq: system-info: add annotation to object properties
  seq: user-client: add annotation to object properties

 src/ctl/card-info.c            | 37 ++++++++++++++++++-
 src/ctl/card.c                 | 12 ++++++-
 src/ctl/elem-value.c           |  5 +++
 src/hwdep/device-info.c        | 34 +++++++++++++++---
 src/rawmidi/stream-pair.c      |  7 +++-
 src/rawmidi/substream-info.c   | 66 +++++++++++++++++++++++++++++-----
 src/rawmidi/substream-params.c | 22 +++++++++---
 src/rawmidi/substream-status.c | 10 ++++++
 src/seq/client-info.c          | 59 ++++++++++++++++++++++++++----
 src/seq/client-pool.c          | 52 ++++++++++++++++++++-------
 src/seq/port-info.c            |  2 +-
 src/seq/query.c                |  4 +--
 src/seq/queue-info.c           | 28 ++++++++++++---
 src/seq/queue-status.c         | 19 ++++++++--
 src/seq/queue-tempo.c          | 19 ++++++++--
 src/seq/queue-timer-common.c   |  2 +-
 src/seq/remove-filter.c        | 19 +++++-----
 src/seq/system-info.c          | 30 ++++++++++++++++
 src/seq/user-client.c          | 19 ++++++----
 src/timer/device-info.c        | 46 ++++++++++++++++++++++--
 src/timer/device-params.c      | 10 ++++++
 src/timer/device-status.c      | 15 ++++++++
 src/timer/instance-info.c      | 27 +++++++++++++-
 src/timer/instance-params.c    | 18 ++++++++--
 src/timer/instance-status.c    | 20 +++++++++++
 25 files changed, 506 insertions(+), 76 deletions(-)
```

Request URL   : https://github.com/alsa-project/alsa-gobject/pull/77
Patch URL     : https://github.com/alsa-project/alsa-gobject/pull/77.patch
Repository URL: https://github.com/alsa-project/alsa-gobject


More information about the Alsa-devel mailing list