summaryrefslogtreecommitdiff
path: root/glib/gbookmarkfile.c
Commit message (Expand)AuthorAgeFilesLines
* gbookmarkfile: Add copy functionMarco Trevisan (Treviño)2022-10-141-6/+111
* gbookmarkfile: Do not try to write invalid modified stampMarco Trevisan (Treviño)2022-10-141-3/+16
* Rename G_MARKUP_PARSE_FLAGS_NONEEmmanuele Bassi2022-07-251-1/+1
* gmarkup: Add G_MARKUP_PARSE_FLAGS_NONESimon McVittie2022-06-231-1/+1
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-32/+32
* docs: Update various external links to use HEAD instead of masterPhilip Withnall2021-06-071-1/+1
* gbookmarkfile: Don't crash if we're not visitedMatthias Clasen2021-05-131-44/+53
* docs: Replace git.gnome.org with gitlab.gnome.org urlsAvinash Sonawane2021-03-241-1/+1
* gbookmarkfile: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-121-4/+4
* Initialize the visited time of a new GBookmarkFileEmmanuele Bassi2020-05-301-0/+3
* gbookmarkfile: Deprecate GBookmarkFile APIs which use time_tPhilip Withnall2020-05-281-0/+16
* gbookmarkfile: Add Y2038-proof APIs to GBookmarkFilePhilip Withnall2020-05-281-104/+366
* gbookmarkfile: Fix a minor leak on an error pathPhilip Withnall2019-11-051-3/+12
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* gbookmarkfile: Use GDateTime instead of GTimeVal internallyPhilip Withnall2019-07-291-26/+35
* gbookmarkfile: remove trailing spacesMarco Trevisan (Treviño)2018-11-051-339/+339
* bookmarkfile: Don't move an item if the uri has not changedMarco Trevisan (Treviño)2018-11-051-0/+3
* Spelling: Fix a common en_FR spelling of "information"Simon McVittie2018-09-251-2/+2
* gbookmarkfile: Fix some more minor leaks when metadata elements are repeatedPhilip Withnall2018-08-061-1/+2
* gbookmarkfile: Fix some minor leaks when metadata elements are repeatedPhilip Withnall2018-08-021-2/+5
* Merge branch '1035-bookmarks-state-machine' into 'master'Philip Withnall2018-07-301-4/+56
|\
| * gbookmarkfile: Fix error reporting with unexpected nesting of elementsPhilip Withnall2018-07-301-4/+56
* | docs: Fix a minor syntax error in a documentation commentPhilip Withnall2018-07-301-1/+1
|/
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-1/+1
* gbookmarkfile: check length before dereferencing groupsChristian Hergert2018-01-091-1/+1
* gbookmarkfile: fix up annotationsMikhail Zabaluev2018-01-081-5/+7
* Annotate g_bookmark_file_new() as a constructorMikhail Zabaluev2017-09-111-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-4/+4
* License headers: replace old FSF address by a link to gnu.orgSébastien Wilmet2017-01-041-3/+2
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-18/+18
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-36/+36
* glib: Add filename type annotationsChristoph Reiter2016-06-041-5/+6
* gbookmarkfile: Cleaner error handling code to pacify static analysisColin Walters2014-06-121-26/+9
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-27/+27
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-3/+3
* Docs: replace <literal> by `Matthias Clasen2014-02-061-16/+16
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-5/+5
* Drop another use of xincludeMatthias Clasen2014-02-011-3/+2
* Docs: Big entity cleanupMatthias Clasen2014-02-011-1/+3
* gbookmarkfile: removed unused include 'gslist.h'Christian Schramm2014-01-161-1/+0
* GBookmarkFile: Streamline error handling a bitMatthias Clasen2014-01-011-17/+4
* GBookmarkFile: Remove dead codeMatthias Clasen2014-01-011-20/+0
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-5/+0
* bookmarkfile: Fix annotations on GBookmarkFileJasper St. Pierre2013-04-121-12/+12
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-281-9/+1
* Don't crash if set_app_info is called before adding metadataWilliam Jon McCann2012-08-241-0/+3
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-18/+18
* fix memory leak in g_bookmark_file_parse()Ravi Sankar Guntur2012-02-041-28/+20