api: Add list_transports_ex() and set_transport_unpublished() functions

This commit is contained in:
Hocuri
2026-03-15 17:36:01 +01:00
parent 39dc495944
commit b94d9f95b6
15 changed files with 450 additions and 64 deletions

View File

@@ -6784,8 +6784,8 @@ void dc_event_unref(dc_event_t* event);
* UI should update the list.
*
* The event is emitted when the transports are modified on another device
* using the JSON-RPC calls `add_or_update_transport`, `add_transport_from_qr`, `delete_transport`
* or `set_config(configured_addr)`.
* using the JSON-RPC calls `add_or_update_transport`, `add_transport_from_qr`, `delete_transport`,
* `set_transport_unpublished` or `set_config(configured_addr)`.
*/
#define DC_EVENT_TRANSPORTS_MODIFIED 2600