summaryrefslogtreecommitdiff
path: root/glib/gkeyfile.h
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* glib: Drop G_GNUC_MALLOC usage from various other allocation functionsPhilip Withnall2018-08-221-4/+4
* GKeyFile: add API for getting locale of a stringAllison Lortie2018-02-061-0/+5
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* License headers: "GLib" -> "This library"Sébastien Wilmet2017-01-041-8/+7
* gkeyfile: add g_key_file_load_from_bytes() APICosimo Cecchi2016-06-201-0/+6
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Add g_key_file_save_to_file()Ryan Lortie2013-10-041-0/+4
* Implement the Desktop Action specificationRyan Lortie2013-07-111-0/+1
* GDesktopAppInfo: support DBusActivatableRyan Lortie2013-06-071-0/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+47
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* GKeyFile: Add refcounting APIChristian Persch2011-10-151-0/+2
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Revert addition of g_key_file_has_key_fullColin Walters2011-07-221-5/+0
* g_key_file_has_key_full: New function to fix g_key_file_has_key()'s GError se...Colin Walters2011-05-181-0/+5
* Support 64bit integers in GKeyFileSimon McVittie2010-05-081-0/+16
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-0/+4
* Make some functions that take a GError return boolean instead of void.Matthias Clasen2007-11-081-4/+4
* add defines for desktop file handling. #339225, original patch fromDan Winship2007-05-301-0/+27
* Add g_key_file_load_from_dirs for looking through a search path for aWilliam Jon McCann2007-04-191-1/+7
* Add api to get and set doubles and lists of doubles. (#164719, MaurizioMatthias Clasen2006-04-191-0/+18
* Mark functions with G_GNUC_MALLOC when appropriate.Matthias Clasen2004-11-281-12/+12
* Documentation fixes.Matthias Clasen2004-10-261-2/+2
* Add Matthias to "Written by" lines (GKeyFileGroup): add field to holdRay Strode2004-10-261-3/+17
* Add a parser for desktop entries and similar files with a .ini-likeMatthias Clasen2004-10-231-0/+181