Home
last modified time | relevance | path

Searched refs:star_article (Results 1 – 8 of 8) sorted by relevance

/dports/www/newsboat/newsboat-2.22.1/src/
H A Dinoreaderapi.cpp249 success = star_article(guid, true); in get_subscribed_urls()
252 success = star_article(guid, false); in get_subscribed_urls()
269 bool InoreaderApi::star_article(const std::string& guid, bool star) in get_subscribed_urls() function in newsboat::InoreaderApi
H A Dfeedhqapi.cpp281 success = star_article(guid, true); in update_article_flags()
284 success = star_article(guid, false); in update_article_flags()
301 bool FeedHqApi::star_article(const std::string& guid, bool star) in star_article() function in newsboat::FeedHqApi
H A Doldreaderapi.cpp295 success = star_article(guid, true); in get_subscribed_urls()
298 success = star_article(guid, false); in get_subscribed_urls()
315 bool OldReaderApi::star_article(const std::string& guid, bool star) in get_subscribed_urls() function in newsboat::OldReaderApi
H A Dttrssapi.cpp350 success = star_article(guid, true); in update_article_flags()
353 success = star_article(guid, false); in update_article_flags()
519 bool TtRssApi::star_article(const std::string& guid, bool star) in star_article() function in newsboat::TtRssApi
/dports/www/newsboat/newsboat-2.22.1/include/
H A Dinoreaderapi.h30 bool star_article(const std::string& guid, bool star);
H A Dfeedhqapi.h30 bool star_article(const std::string& guid, bool star);
H A Doldreaderapi.h30 bool star_article(const std::string& guid, bool star);
H A Dttrssapi.h36 bool star_article(const std::string& guid, bool star);