Light code cleanup #8

Manually merged
jabber.developer merged 3 commits from ref/light-cleanup into master 2026-06-16 11:33:10 +00:00
9 changed files with 19 additions and 1 deletions
Showing only changes of commit 57d79ecf9c - Show all commits

View File

@@ -12,7 +12,7 @@
#include "xmpp/xmpp.h" #include "xmpp/xmpp.h"
void bookmark_ignore_on_connect(); void bookmark_ignore_on_connect(const char* const barejid);
void bookmark_ignore_on_disconnect(); void bookmark_ignore_on_disconnect();
gboolean bookmark_ignored(Bookmark* bookmark); gboolean bookmark_ignored(Bookmark* bookmark);
gchar** bookmark_ignore_list(gsize* len); gchar** bookmark_ignore_list(gsize* len);