aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-05-26 18:09:11 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-05-26 18:09:11 +0900
commit3a69bf3ecea6ed82cc955df1249fdef0035cc1a4 (patch)
treeea0df8d915a963953dc71d404253d754fe1ecdfa
parentae49361bdc30f6bab75cd8c2e854a8487dc12674 (diff)
downloadlibhinawa-3a69bf3ecea6ed82cc955df1249fdef0035cc1a4.tar.gz
snd_unit/snd_dg00x: fix annotation to Hitaki-0.0 namespace
Fixes: 12881a0b1af3 ("snd_*: add deprecation note and flag to delegate to libhitaki") Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/snd_dg00x.c2
-rw-r--r--src/snd_dg00x.h2
-rw-r--r--src/snd_unit.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/snd_dg00x.c b/src/snd_dg00x.c
index 1278898..45bd082 100644
--- a/src/snd_dg00x.c
+++ b/src/snd_dg00x.c
@@ -32,7 +32,7 @@ static void hinawa_snd_dg00x_class_init(HinawaSndDg00xClass *klass)
* Emitted when Dg00x models transfer notification.
*
* Since: 0.7
- * Deprecated: 2.5. Use implementation of [signal@Hitaki.AlsaFirewire::notified] in
+ * Deprecated: 2.5. Use implementation of [signal@Hitaki.QuadletNotification::notified] in
* [class@Hitaki.SndDigi00x] instead.
*/
dg00x_sigs[DG00X_SIG_TYPE_MESSAGE] =
diff --git a/src/snd_dg00x.h b/src/snd_dg00x.h
index 41a2ca0..1c8be0d 100644
--- a/src/snd_dg00x.h
+++ b/src/snd_dg00x.h
@@ -21,7 +21,7 @@ struct _HinawaSndDg00xClass {
* Class closure for the [signal@SndDg00x::message] signal.
*
* Since: 1.2
- * Deprecated: 2.5. Use implementation of [vfunc@Hitaki.AlsaFirewire.notified] in
+ * Deprecated: 2.5. Use implementation of [vfunc@Hitaki.QuadletNotification.notified] in
* [class@Hitaki.SndDigi00x] instead.
*/
void (*message)(HinawaSndDg00x *self, guint32 message);
diff --git a/src/snd_unit.c b/src/snd_unit.c
index 4891a98..250d5a7 100644
--- a/src/snd_unit.c
+++ b/src/snd_unit.c
@@ -155,7 +155,7 @@ static void hinawa_snd_unit_class_init(HinawaSndUnitClass *klass)
* HinawaSndUnit:card:
*
* Since: 2.0
- * Deprecated: 2.5. Use [property@Hitaki.AlsaFirewire:card] instead.
+ * Deprecated: 2.5. Use [property@Hitaki.AlsaFirewire:card_id] instead.
*/
snd_unit_props[SND_UNIT_PROP_TYPE_CARD_ID] =
g_param_spec_uint("card", "card",