summaryrefslogtreecommitdiff
path: root/glib/gbookmarkfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-281-1/+1
* glib/*: Use g_list_free_full()Javier Jardón2012-01-031-32/+6
* one missed docs fixRyan Lortie2011-09-051-1/+1
* gtk-doc fixups for glib/Ryan Lortie2011-09-051-2/+2
* Don't assert too muchMatthias Clasen2010-08-031-4/+2
* Fix a typoMatthias Clasen2010-07-101-0/+44
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* fix a typoMatthias Clasen2009-01-201-1/+1
* Fix some compiler warningsMatthias Clasen2008-12-311-1/+1
* Bug 550096 – GBookmarkFile parser is not forward compatibleEmmanuele Bassi2008-08-311-27/+6
* Do not set the timestamp value using time(), as it will be overwrittenEmmanuele Bassi2008-07-211-26/+44
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-3/+3
* Don't leak apps_by_name in GBookmarkFile metadata itemsFederico Mena Quintero2008-04-091-3/+3
* Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() andClaudio Saavedra2008-03-221-111/+131
* Bug 518160 - replace two g_strdup_printf calls in GBookmarkFileEmmanuele Bassi2008-03-221-8/+5
* http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html15:08:59 Tim Janik2007-12-101-27/+27
* Include the gshell.h header file (to define g_shell_[un]quote) and correctChris Wilson2007-04-301-1/+2
* Quote the passed command line...Emmanuele Bassi2007-04-291-3/+19
* Remove redundant NULL checksMatthias Clasen2007-01-151-22/+9
* Add support for expanding the desktop entry spec variables %U (list ofEmmanuele Bassi2007-01-021-0/+2
* Return an error if the uri is bad. (#391370, Maciej Piechotka)Matthias Clasen2007-01-021-4/+22
* Add Since tags. Fix Since tag. (#351583, Brian Cameron)Matthias Clasen2006-08-161-0/+2
* Plug a couple of leaks when removing data from a bookmark.Emmanuele Bassi2006-08-081-2/+4
* Correct the grammar of an error message. (#349792, Jakub Friedl)Matthias Clasen2006-08-051-1/+1
* Return a boolean instead of void.Emmanuele Bassi2006-06-121-4/+8
* Use an empty string to pass the test in set_app_info.Emmanuele Bassi2006-06-091-5/+9
* (bookmark_app_info_dump): Escape strings before dumpingMatthias Clasen2006-04-271-10/+19