summaryrefslogtreecommitdiff
path: root/glib/gbookmarkfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some special-casing of empty string which led to dangling pointers.Matthias Clasen2006-04-271-7/+9
* Remove some special-casing of empty string which led to dangling pointers.Matthias Clasen2006-04-271-15/+6
* Avoid a possible NULL dereference (found by Coverity), also avoid someMatthias Clasen2006-04-261-9/+10
* Move short_month_names and long_month_names to bss.Matthias Clasen2006-04-041-6/+1
* Make the parser struct constMatthias Clasen2006-04-041-1/+1
* Fix accidentally broken build.Behdad Esfahbod2006-04-041-1/+2
* Don't include sys/time.h (#337027, Kazuki IWAMOTO)Matthias Clasen2006-04-031-3/+1
* Make it buildMatthias Clasen2006-03-301-1/+1
* Sync the parameter names with the .h files, otherwise gtk-doc misbehaves.Matthias Clasen2006-03-301-8/+8
* glib/gbookmarkfile.h Add GBookmarkFile, a parser for files containingEmmanuele Bassi2006-03-271-0/+3662