mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 13:26:20 +00:00
Add command to show single bookmark details
`/bookmark list` lists all bookmarks with its details. `/bookmark list <jid>` shows the details of a single bookmark. Implement https://github.com/profanity-im/profanity/issues/1558
This commit is contained in:
@@ -271,6 +271,7 @@ void cons_show_aliases(GList* aliases);
|
||||
void cons_show_login_success(ProfAccount* account, gboolean secured);
|
||||
void cons_show_account_list(gchar** accounts);
|
||||
void cons_show_room_list(GSList* room, const char* const conference_node);
|
||||
void cons_show_bookmark(Bookmark* item);
|
||||
void cons_show_bookmarks(const GList* list);
|
||||
void cons_show_bookmarks_ignore(gchar** list, gsize len);
|
||||
void cons_show_disco_items(GSList* items, const char* const jid);
|
||||
|
||||
Reference in New Issue
Block a user