Improve docs
[platform/upstream/glib.git] / glib / gbookmarkfile.c
2008-08-31 Emmanuele BassiBug 550096 – GBookmarkFile parser is not forward compatible
2008-07-21 Emmanuele BassiDo not set the timestamp value using time(), as it...
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-04-09 Federico Mena QuinteroDon't leak apps_by_name in GBookmarkFile metadata items
2008-03-22 Claudio SaavedraBug 523877 – gbookmarkfile: avoid using g_string_append...
2008-03-22 Emmanuele BassiBug 518160 - replace two g_strdup_printf calls in GBook...
2007-12-10 15:08:59 Tim Janikmail.gnome.org/archives/gtk-devel-list/2007-October...
2007-04-30 Chris WilsonInclude the gshell.h header file (to define g_shell_...
2007-04-29 Emmanuele BassiQuote the passed command line...
2007-01-15 Matthias ClasenRemove redundant NULL checks
2007-01-02 Emmanuele BassiAdd support for expanding the desktop entry spec variab...
2007-01-02 Matthias ClasenReturn an error if the uri is bad. (#391370, Maciej...
2006-08-16 Matthias ClasenAdd Since tags. Fix Since tag. (#351583, Brian Cameron)
2006-08-08 Emmanuele BassiPlug a couple of leaks when removing data from a bookmark.
2006-08-05 Matthias ClasenCorrect the grammar of an error message. (#349792,...
2006-06-12 Emmanuele BassiReturn a boolean instead of void.
2006-06-09 Emmanuele BassiUse an empty string to pass the test in set_app_info.
2006-04-27 Matthias Clasen (bookmark_app_info_dump): Escape strings before dumping
2006-04-27 Matthias ClasenRemove some special-casing of empty string which led...
2006-04-27 Matthias ClasenRemove some special-casing of empty string which led...
2006-04-26 Matthias ClasenAvoid a possible NULL dereference (found by Coverity...
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2006-04-04 Matthias ClasenMake the parser struct const
2006-04-04 Behdad EsfahbodFix accidentally broken build.
2006-04-03 Matthias ClasenDon't include sys/time.h (#337027, Kazuki IWAMOTO)
2006-03-30 Matthias ClasenMake it build
2006-03-30 Matthias ClasenSync the parameter names with the .h files, otherwise...
2006-03-27 Emmanuele Bassiglib/gbookmarkfile.h Add GBookmarkFile, a parser for...