]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
all: replace 'represent' with 'express' in comments
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 27 Jun 2022 08:46:54 +0000 (17:46 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 27 Jun 2022 08:46:54 +0000 (17:46 +0900)
For better text.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
36 files changed:
doc/ctl/overview.md
doc/rawmidi/overview.md
doc/seq/overview.md
doc/timer/overview.md
src/ctl/card-info.c
src/ctl/card.c
src/ctl/elem-id.c
src/hwdep/device-info.c
src/rawmidi/stream-pair.c
src/rawmidi/substream-info.c
src/rawmidi/substream-params.c
src/rawmidi/substream-status.c
src/seq/addr.c
src/seq/client-info.c
src/seq/client-pool.c
src/seq/event-data-connect.c
src/seq/event-data-ctl.c
src/seq/event-data-note.c
src/seq/event-data-queue.c
src/seq/event-data-result.c
src/seq/port-info.c
src/seq/queue-info.c
src/seq/queue-status.c
src/seq/queue-tempo.c
src/seq/remove-filter.c
src/seq/subscribe-data.c
src/seq/system-info.c
src/seq/user-client.c
src/timer/device-id.c
src/timer/device-info.c
src/timer/device-params.c
src/timer/device-status.c
src/timer/instance-info.c
src/timer/instance-params.c
src/timer/instance-status.c
src/timer/user-instance.c

index 0b5f4b9a9d381de1f91cddde68b1883edb70734d..db862550bfffb199b2ec9878034a2f61df1bf7e8 100644 (file)
@@ -1,5 +1,5 @@
 Title: Overview
 
 This library is designed for applications to manipulate ALSA control character device and operate
-control functionality abstracted as card and element. ALSACtlCard represent the card. It holds
+control functionality abstracted as card and element. ALSACtlCard express the card. It holds
 file descriptor and creates GSource for event dispatching by GLib's GMainContext/GMainLoop.
index f2e2b2e895497dfa71fb2573512b709472bdc4a0..0fb15484bda26e6ddd6b46f0effcd9423cba9f0e 100644 (file)
@@ -2,5 +2,5 @@ Title: Overview
 
 This library is designed for applications to manipulate ALSA Rawmidi character device and operate
 rawmidi functionality abstracted as a pair of streams and substream. ALSARawmidiStreamPair
-represents the pair of streams. It holds file descriptor and creates GSource for event dispathing
+expresss the pair of streams. It holds file descriptor and creates GSource for event dispathing
 by GLib's GMainContext/GMainLoop.
index 7e7b7bb5af0017b026aa20f3897677ad3d6b1037..cd276c0ae8fcaba76ea3384b8cd360af11c5f3e4 100644 (file)
@@ -1,6 +1,6 @@
 Title: Overview
 
 This library is designed for applications to manipulate ALSA sequencer character device and operate
-its functionality abstracted.  as user client, port, and event. ALSASeqUserClient represent the
-user client. It holds file descriptor and creates GSource for event dispatching by GLib's
-GMainContext/GMainLoop.
+its functionality abstracted as user client, port, and event. ALSASeqUserClient express the user
+client. It holds file descriptor and creates GSource for event dispatching by GLib's GMainContext
+and GMainLoop.
index fb0ad90e16f16b9593512781bfe8239ad3d17075..65cd938ae269aeaa5fc3e43194560e644e080368 100644 (file)
@@ -1,6 +1,6 @@
 Title: Overview
 
 This library is designed for applications to manipulate ALSA timer character device and operate
-timer functionality abstracted as timer device and user instance. ALSATimerUserInstance represents
+timer functionality abstracted as timer device and user instance. ALSATimerUserInstance expresss
 the user instance. It holds file descriptor and creates GSource for event dispatching by GLib's
 GMainContext/GMainLoop.
index f71b975f789e3f4ecb8a0db8be790595d524ae8a..af35e14125a4c8739ff0d9184ebb87739e23b334 100644 (file)
@@ -3,7 +3,7 @@
 
 /**
  * ALSACtlCardInfo:
- * A GObject-derived object to represent information of sound card.
+ * A GObject-derived object to express information of sound card.
  *
  * A [class@CardInfo] is information of sound card. The call of [method@Card.get_info] returns an
  * instance of the object.
index 26e9dd5603c6e5546bbe15b2044107e874afacc4..7b6e558f07709ffed0400b1da5ac404d74158b9c 100644 (file)
@@ -13,9 +13,9 @@
 
 /**
  * ALSACtlCard:
- * An GObject-derived object to represent sound card.
+ * An GObject-derived object to express sound card.
  *
- * A [class@Card] is a GObject-derived object to represent sound card. Applications use the
+ * A [class@Card] is a GObject-derived object to express sound card. Applications use the
  * instance of object to manipulate functionalities on sound card. After the call of
  * [method@Card.open] for the numeric ID of sound card, the object maintains file descriptor till
  * object destruction.
@@ -269,7 +269,7 @@ gboolean alsactl_card_open(ALSACtlCard *self, guint card_id, gint open_flag, GEr
  *                     used.
  * @error: A [struct@GLib.Error].
  *
- * Get the version of control protocol currently used. The version is represented as the array with
+ * Get the version of control protocol currently used. The version is expressed as the array with
  * three elements; major, minor, and micro version in the order. The length of major version is
  * 16 bit, the length of minor and micro version is 8 bit each.
  *
index 85a6c88a89824ebdbc47c6f56458da8d66ed8fa6..996b44a84d070379a59be383a7243ef0cb2343bd 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSACtlElemId:
- * A boxed object to represent the identifier of element.
+ * A boxed object to express the identifier of element.
  *
- * A [struct@ElemId] is a boxed object to represent the identifier of element. It points to a
+ * A [struct@ElemId] is a boxed object to express the identifier of element. It points to a
  * element by two ways; by the numeric identifier, or by the combination of the type of interface,
  * the numeric identifier of device, the numeric identifier of subdevice, the name, and the index.
  *
index e4178a68ce042da8c16851c809f5a7b4c457f401..71fad75440e1987f3198dd5a66511dfe2f5224cf 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSAHwdepDeviceInfo:
- * A GObject-derived object to represent information of ALSA hwdep device.
+ * A GObject-derived object to express information of ALSA hwdep device.
  *
- * A [class@DeviceInfo] is a GObject-derived object to represent information of ALSA hwdep device.
+ * A [class@DeviceInfo] is a GObject-derived object to express information of ALSA hwdep device.
  * The call of [func@get_device_info] returns an instance of the object.
  *
  * The object wraps `struct snd_hwdep_info` in UAPI of Linux sound subsystem.
index 425031ddd108c98f6902d3f8dda6438db1ad24d6..54cc65211187cce0dab39999cfe863283359988f 100644 (file)
@@ -13,9 +13,9 @@
 
 /**
  * ALSARawmidiStreamPair:
- * GObject-derived object to represent a pair of Rawmidi stream.
+ * GObject-derived object to express a pair of Rawmidi stream.
  *
- * A [class@StreamPair] is a GObject-derived object to represent a pair of Rawmidi stream to which
+ * A [class@StreamPair] is a GObject-derived object to express a pair of Rawmidi stream to which
  * substreams are attached. The substream is pointed by the combination of the numeric identifier
  * of device, subdevice, and direction. When the call of [method@StreamPair.open] with the
  * combination, corresponding substreams are attached to the object. Then the object maintains file
@@ -281,7 +281,7 @@ gboolean alsarawmidi_stream_pair_open(ALSARawmidiStreamPair *self, guint card_id
  *                     used.
  * @error: A [struct@GLib.Error].
  *
- * Get the version of rawmidi protocol currently used. The version is represented as the array with
+ * Get the version of rawmidi protocol currently used. The version is expressed as the array with
  * three elements; major, minor, and micro version in the order. The length of major version is
  * 16 bit, the length of minor and micro version is 8 bit each.
  *
index 397e537391cfcfe6639962426d0476ac4debea3f..7383cfaab7a64a0ccc6afceda0c9e65be3e9959d 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSARawmidiSubstreamInfo:
- * A GObject-derived object to represent information of substream.
+ * A GObject-derived object to express information of substream.
  *
- * A [class@SubstreamInfo] is a GObject-derived object to represent information of substream
+ * A [class@SubstreamInfo] is a GObject-derived object to express information of substream
  * attached to the pair of streams. The call of [method@StreamPair.get_substream_info] or
  * [func@get_substream_info] return the instance of object.
  *
index 2cc02f6e7f26efeab2be4b03629afb7b1949c8d9..d752d49e726ccf16c91a4bb9aa3f871a715daef2 100644 (file)
@@ -5,9 +5,9 @@
 
 /**
  * ALSARawmidiSubstreamParams:
- * A GObject-derived object to represent parameters of substream.
+ * A GObject-derived object to express parameters of substream.
  *
- * A [class@SubstreamParams] is a GObject-derived object to represent parameters of substream
+ * A [class@SubstreamParams] is a GObject-derived object to express parameters of substream
  * attached to the pair of streams. The call of [method@StreamPair.set_substream_params] requires
  * the instance of object.
  *
index dc073af429fe3f0261f88120382857d30a872cd6..99b63188ad198957df4f03912aa42372650dce1f 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSARawmidiSubstreamStatus:
- * A GObject-derived object to represent status of substream.
+ * A GObject-derived object to express status of substream.
  *
- * A [class@SubstreamStatus] is a GObject-derived object to represent status of substream attached
+ * A [class@SubstreamStatus] is a GObject-derived object to express status of substream attached
  * to the pair of stream. The call of [method@StreamPair.get_substream_status] returns the instance
  * of object.
  *
index ea1db6c291c50eddb200d3637869c0a970ac986f..1e6c48497213eb9407bce90e05c73933b3cd205e 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqAddr:
- * A boxed object to represent address in ALSA Sequencer.
+ * A boxed object to express address in ALSA Sequencer.
  *
- * A [struct@Addr] is a boxed object to represent address in ALSA Sequencer. The address consists
+ * A [struct@Addr] is a boxed object to express address in ALSA Sequencer. The address consists
  * of two parts; the numeric ID of client and port.
  *
  * The object wraps `struct snd_seq_addr` in UAPI of Linux sound subsystem.
index 1a19ac0f948a222fb768103159c7569461f90360..fb0c8df37781d34d07ba5b6ba8c8555f613f5c8c 100644 (file)
@@ -6,9 +6,9 @@
 
 /**
  * ALSASeqClientInfo:
- * A GObject-derived object to represent information of client.
+ * A GObject-derived object to express information of client.
  *
- * A [class@ClientInfo] is a GObject-derived object to represent information of client. The call
+ * A [class@ClientInfo] is a GObject-derived object to express information of client. The call
  * of [func@get_client_info] returns the instance of object.  The call of
  * [method@UserClient.set_info] and [method@UserClient.get_info] require the instance of object.
  *
index b1e2ef599f6b6b86466d1ada2fc40d19c4603c0b..bcf2e13798cd9e07f349e5bb7ab76568a7279412 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqClientPool:
- * A GObject-derived object to represent information of pool owned by client.
+ * A GObject-derived object to express information of pool owned by client.
  *
- * A [class@ClientPool] is a GObject-derived object to represent information of pool owned by
+ * A [class@ClientPool] is a GObject-derived object to express information of pool owned by
  * client. The pool consists of a batch of cells to store message contents in kernel space. The
  * call of [func@get_client_pool] returns the instance of object. The call of
  * [method@UserClient.set_pool]) and [method@UserClient.get_pool] require the instance of object.
index 020339c1af65aafb479f554e2e12ef99ca8d57b9..c07d9b636d1e04982a781e30864cd22dc78bd104 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqEventDataConnect:
- * A boxed object to represent data of connect event.
+ * A boxed object to express data of connect event.
  *
- * A [struct@EventDataConnect] is a boxed object to represent data of connect event. The instance
+ * A [struct@EventDataConnect] is a boxed object to express data of connect event. The instance
  * of object is one of data properties in event.
  *
  * The object wraps `struct snd_seq_connect` in UAPI of Linux sound subsystem.
index 84ddb78935918dcd417851d5bf6fca3cf3533325..d71e7870832d360b346406be2e28e92692aac5bf 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqEventDataCtl:
- * A boxed object to represent data of control event.
+ * A boxed object to express data of control event.
  *
- * A [struct@EventDataCtl] is a boxed object to represent data of control event. The instance of
+ * A [struct@EventDataCtl] is a boxed object to express data of control event. The instance of
  * object is one of data properties in event.
  *
  * The object wraps `struct snd_seq_ev_ctrl` in UAPI of Linux sound subsystem.
index 486532415d3f3adc66de117e27583faa896b2eae..a49f3623398d679e084157d25fcb4aa292638744 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqEventDataNote:
- * A boxed object to represent data of note event.
+ * A boxed object to express data of note event.
  *
- * A [struct@EventDataNote] is a boxed object to represent data of note event. The instance of
+ * A [struct@EventDataNote] is a boxed object to express data of note event. The instance of
  * object is one of data properties in event.
  *
  * The object wraps `struct snd_seq_ev_note` in UAPI of Linux sound subsystem.
index 01a708183fb5c8b175d794759c5a0b83d65611db..cb109fdcc3752c513085671db7ab5c1079e461f6 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqEventDataQueue:
- * A boxed object to represent data of queue event.
+ * A boxed object to express data of queue event.
  *
- * A [struct@EventDataQueue] is a boxed object to represent data of queue event. The instance of
+ * A [struct@EventDataQueue] is a boxed object to express data of queue event. The instance of
  * object is one of data properties in event.
  *
  * The object wraps `struct snd_seq_ev_queue_control` in UAPI of Linux sound subsystem.
index 0b56b20d8526603e0f446aad9b31e7261025ba6a..11cc1d0fae6a4bb317f2a65a0371ab0d3df26b29 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqEventDataResult:
- * A boxed object to represent data of result event.
+ * A boxed object to express data of result event.
  *
- * A [struct@EventDataResult] is a boxed object to represent data of result event. The instance of
+ * A [struct@EventDataResult] is a boxed object to express data of result event. The instance of
  * object is one of data properties in event.
  *
  * The object wraps `struct snd_seq_result` in UAPI of Linux sound subsystem.
index f375bd306bc222adc322ce0eb28d8293633dc9df..737b665178a1fad9ad6327758a9f4f748abd582d 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqPortInfo:
- * A GObject-derived object to represent information of port.
+ * A GObject-derived object to express information of port.
  *
- * A [class@PortInfo] is a GObject-derived object to represent information of port. The call of
+ * A [class@PortInfo] is a GObject-derived object to express information of port. The call of
  * [func@get_port_info] returns the instance of object. The call of [method@UserClient.create_port]
  * and [method@UserClient.update_port] requires the instance of object.
  *
index 2d299b6a0b256b9aa14ec4439b05029dfe65561b..f8c50dc57c6406e6aac91df328f626835e038454 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqQueueInfo:
- * A GObject-derived object to represent information of queue.
+ * A GObject-derived object to express information of queue.
  *
- * A [class@QueueInfo] is a GObject-derived object to represent information of queue. The call of
+ * A [class@QueueInfo] is a GObject-derived object to express information of queue. The call of
  * [func@get_queue_info_by_id] and [func@get_queue_info_by_name] returns the instance of object.
  * The call of [method@UserClient.create_queue] and [method@UserClient.update_queue] requires the
  * instance of object.
index a8375d1228504dc45ebb212ba4a77c419fd5919b..c1797191ea362d22564596333cc5e81f2f0d55a9 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqQueueStatus:
- * A GObject-derived object to represent status of queue.
+ * A GObject-derived object to express status of queue.
  *
- * A [class@QueueStatus] is a GObject-derived object to represent status of queue. The call of
+ * A [class@QueueStatus] is a GObject-derived object to express status of queue. The call of
  * [func@get_queue_status] returns the instance of object.
  *
  * The object wraps `struct snd_seq_queue_status` in UAPI of Linux sound subsystem.
index 12bd1edf1e388c052015f8668a6d7294dd639823..facf4a34a46a8474a32867b49e5fcf5a76e0217f 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqQueueTempo:
- * A GObject-derived object to represent tempo of queue.
+ * A GObject-derived object to express tempo of queue.
  *
- * A [class@QueueTempo] is a GObject-derived object to represent tempo of queue.
+ * A [class@QueueTempo] is a GObject-derived object to express tempo of queue.
  *
  * The object wraps `struct snd_seq_queue_tempo` in UAPI of Linux sound subsystem.
  */
index bd146f59f7a7a6a4a85bf3edaf59db189e1507ca..c9f4861ae72fd530a770633afc50834de1cafd96 100644 (file)
@@ -5,9 +5,9 @@
 
 /**
  * ALSASeqRemoveFilter:
- * A boxed object to represent filter to remove scheduled event in queue.
+ * A boxed object to express filter to remove scheduled event in queue.
  *
- * A [struct@RemoveFilter] is a boxed object to represent filter to remove scheduled event in
+ * A [struct@RemoveFilter] is a boxed object to express filter to remove scheduled event in
  * queue. The call of [method@UserClient.remove_events] requires the instance of object. In the
  * object, data shares the same storage, thus it's not possible to use several purposes.
  *
index 9eccd00f78606a90592c5e253db9609fcdcbd23a..bdda3395c7025289d0bf59310421a6c6f31e244d 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqSubscribeData:
- * A GObject-derived object to represent data for subscription between ports.
+ * A GObject-derived object to express data for subscription between ports.
  *
- * A [class@SubscribeData] is a GObject-derived object to represent data for subscription between
+ * A [class@SubscribeData] is a GObject-derived object to express data for subscription between
  * a pair of ports. The call of [func@get_subscription_list] returns the list of data. The call of
  * [method@UserClient.operate_subscription] requires the instance of object.
  *
index 1183dbb63547e6852c70238ff0edd8d94b89a555..cbca42db4b14bdd72973cdf395cacc6e0580beb9 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSASeqSystemInfo:
- * A GObject-derived object to represent information of ALSA Sequencer.
+ * A GObject-derived object to express information of ALSA Sequencer.
  *
- * A [class@SystemInfo] is a GObject-derived object to represent information of ALSA Sequencer. The
+ * A [class@SystemInfo] is a GObject-derived object to express information of ALSA Sequencer. The
  * call of [func@get_system_info] returns the instance of object.
  *
  * The object wraps `struct snd_seq_system_info` in UAPI of Linux sound subsystem.
index 629afacb0afbc8b004e8c6cad5da0267f9208540..3d28bb79b6031600c1cb6533a1115b7470c6d6a7 100644 (file)
@@ -12,9 +12,9 @@
 
 /**
  * ALSASeqUserClient:
- * A GObject-derived object to represent user client.
+ * A GObject-derived object to express user client.
  *
- * A [class@UserClient] is a GObject-derived object to represent user client. Any port can be added
+ * A [class@UserClient] is a GObject-derived object to express user client. Any port can be added
  * to the client as destination or source for any event.
  *
  * When the call of [method@UserClient.open] the object maintain file descriptor till object
@@ -236,7 +236,7 @@ gboolean alsaseq_user_client_open(ALSASeqUserClient *self, gint open_flag, GErro
  *                     used.
  * @error: A [struct@GLib.Error].
  *
- * Get the version of sequencer protocol currently used. The version is represented as the array
+ * Get the version of sequencer protocol currently used. The version is expressed as the array
  * with three elements; major, minor, and micro version in the order. The length of major version
  * is 16 bit, the length of minor and micro version is 8 bit each.
  *
index 8b8f558cfa7f5118c89b861ea7f840a61657a9cf..15864ca848a3fb30dc9d930e4b1d76050a6de8d3 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSATimerDeviceId:
- * A boxed object to represent the identifier of timer device.
+ * A boxed object to express the identifier of timer device.
  *
- * A [struct@DeviceId] is a boxed object to represent the identifier of timer device. The
+ * A [struct@DeviceId] is a boxed object to express the identifier of timer device. The
  * identifier mainly consists of the class of timer device. The other members; the numeric ID of
  * card, device, and subdevice are optional according to the class of timer device.
  *
index f40c0bb24b662826f9bd5e27a8d643b6c7c4eef7..65871ddb3e3abfdc0de3b910e98e802cfa8c42dc 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSATimerDeviceInfo:
- * A GObject-derived object to represent information of timer device.
+ * A GObject-derived object to express information of timer device.
  *
- * A [class@DeviceInfo] is a GObject-derived object to represent information of timer device.
+ * A [class@DeviceInfo] is a GObject-derived object to express information of timer device.
  * The call of alsatimer_get_device_info() returns an instance of the object according to the
  * identifier of timer device.
  *
index 0840be35c96d3b7d0d45e6a2ca8d170326f62b05..e78e1948bee907cad6be0e6c88c4d0c2f8b65cfb 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSATimerDeviceParams:
- * A GObject-derived object to represent parameter of timer device.
+ * A GObject-derived object to express parameter of timer device.
  *
- * A [class@DeviceParams] is a GObject-derived object to represent parameter of timer device. The
+ * A [class@DeviceParams] is a GObject-derived object to express parameter of timer device. The
  * call of alsatimer_set_device_params() requires the instance of object.
  *
  * The object wraps `struct snd_timer_gparams` in UAPI of Linux sound subsystem.
index 38900c139f318b34a50924ca2f4933c21bf311f1..bf18b984b32b3e7db63786c10ffa684880213078 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSATimerDeviceStatus:
- * A GObject-derived object to represent status of timer device.
+ * A GObject-derived object to express status of timer device.
  *
- * A [class@DeviceStatus] is a GObject-derived object to represent status of timer device. The
+ * A [class@DeviceStatus] is a GObject-derived object to express status of timer device. The
  * call of [func@get_device_status] returns the instance of object.
  *
  * The object wraps 'struct snd_timer_gstatus' in UAPI of Linux sound subsystem.
index 6b9756cce2dd4065fc214c671b7a5239810123cd..c8efed3cc1a5d3d9e1126f04d1e7d8f8062f3015 100644 (file)
@@ -3,9 +3,9 @@
 
 /**
  * ALSATimerInstanceInfo:
- * A GObject-derived object to represent information of user instance.
+ * A GObject-derived object to express information of user instance.
  *
- * A [class@InstanceInfo] is a GObject-derived object to represent information of user instance
+ * A [class@InstanceInfo] is a GObject-derived object to express information of user instance
  * attached to any timer device or the other instance as slave. The call of
  * [method@UserInstance.get_info] returns the instance of object.
  *
index 22480b02c5474ce2ba1c6944b7fda015ffaa4d4c..fe7e8286d6e331c0a8fa9332828cab8718a1a1e0 100644 (file)
@@ -5,9 +5,9 @@
 
 /**
  * ALSATimerInstanceParams:
- * A GObject-derived object to represent parameters of user instance.
+ * A GObject-derived object to express parameters of user instance.
  *
- * A [class@InstanceParams] is a GObject-derived object to represent parameters of user instance
+ * A [class@InstanceParams] is a GObject-derived object to express parameters of user instance
  * attached to any timer device or the other instance as slave. The call of
  * [method@UserInstance.set_params] requires the instance of object.
  *
index 8971d3ca64daf12f312c424ee8919d37c82fe406..bfa9f8ad9ea9e4cc9a3938bdf724d7b2a2084edc 100644 (file)
@@ -3,7 +3,7 @@
 
 /**
  * ALSATimerInstanceStatus:
- * A GObject-derived object to represent status of user instance.
+ * A GObject-derived object to express status of user instance.
  *
  * A [class@InstanceStatus] is a GObject-derived object to express status of user instance attached
  * to any timer device or the other instance as slave. The call of [method@UserInstance.get_status]
index 0eef521a8858a01bc9f7b7db89e78c56435edd61..be07af7ed02fbdb48ea35ed95bdbb259acccea39 100644 (file)
@@ -12,9 +12,9 @@
 
 /**
  * ALSATimerUserInstance:
- * A GObject-derived object to represent user instance.
+ * A GObject-derived object to express user instance.
  *
- * A [class@UserInstance] is a GObject-derived object to represent information of user instance
+ * A [class@UserInstance] is a GObject-derived object to express information of user instance
  * attached to any timer device or the other instance as slave. After calling
  * [method@UserInstance.open], the object maintains file descriptor till object destruction. After
  * calling [method@UserInstance.attach] or [method@UserInstance.attach_as_slave], the user instance
@@ -218,7 +218,7 @@ ALSATimerUserInstance *alsatimer_user_instance_new()
  *                     used.
  * @error: A [struct@GLib.Error].
  *
- * Get the version of timer protocol currently used. The version is represented as the array with
+ * Get the version of timer protocol currently used. The version is expressed as the array with
  * three elements; major, minor, and micro version in the order. The length of major version is
  * 16 bit, the length of minor and micro version is 8 bit each.
  *