aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-05-03 07:57:47 +0900
committer坂本 貴史 <o-takashi@sakamocchi.jp>2022-05-03 08:31:29 +0900
commit13619d53bb890183ac0d9d13bce4d26661c97252 (patch)
treeea525df35930786f6f2d5f483a043702ade5f388
parent478ea538c58c289e7a9d49da93329b6b3a9af0e0 (diff)
downloadlibhinoko-13619d53bb890183ac0d9d13bce4d26661c97252.tar.gz
fw_iso_tx: remove unexported symbol
It's useless to export the symbol of GObject signal. Fixes: d88a13ed8bd4 ("fw_iso_rx_single: add and emit 'received' GObject signal") Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/hinoko.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hinoko.map b/src/hinoko.map
index 7683a4e..36d0ef1 100644
--- a/src/hinoko.map
+++ b/src/hinoko.map
@@ -15,7 +15,6 @@ HINOKO_0_1_0 {
"hinoko_fw_iso_rx_single_map_buffer";
"hinoko_fw_iso_rx_single_unmap_buffer";
"hinoko_fw_iso_rx_single_stop";
- "hinoko_sigs_marshal_VOID__UINT_UINT_POINTER_UINT_UINT";
"hinoko_fw_iso_rx_single_get_payload";
"hinoko_fw_iso_rx_multiple_get_type";