Home
last modified time | relevance | path

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

/dports/net/liferea/liferea-1.12.7/src/fl_sources/
H A Dreedah_source_feed_list.c198 xmlChar *id, *newestItemTimestamp; in reedah_source_opml_quick_update_helper() local
218 newestItemTimestamp = xmlNodeGetContent (xmlNode); in reedah_source_opml_quick_update_helper()
223 (newestItemTimestamp && in reedah_source_opml_quick_update_helper()
224 !g_str_equal (newestItemTimestamp, oldNewestItemTimestamp))) { in reedah_source_opml_quick_update_helper()
227 id, oldNewestItemTimestamp, newestItemTimestamp); in reedah_source_opml_quick_update_helper()
230 g_strdup (newestItemTimestamp)); in reedah_source_opml_quick_update_helper()
235 xmlFree (newestItemTimestamp); in reedah_source_opml_quick_update_helper()