From 8ef35290bdde58c6a0e7231c1870152f946d78e0 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 9 Jun 2021 15:45:09 +0200 Subject: Add command to show single bookmark details `/bookmark list` lists all bookmarks with its details. `/bookmark list ` shows the details of a single bookmark. Implement https://github.com/profanity-im/profanity/issues/1558 --- src/ui/ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/ui.h') diff --git a/src/ui/ui.h b/src/ui/ui.h index f9ef5cff..0c58b09c 100644 --- a/src/ui/ui.h +++ b/src/ui/ui.h @@ -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); -- cgit 1.4.1-2-gfad0 mit' value='switch'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
blob: 9720b310ae4e25ee07d1c99b4c65ef21f2ad77ee (plain) (tree)
1
2
3
4
5
6
7