summaryrefslogtreecommitdiff
path: root/wrappers
Commit message (Expand)AuthorAgeFilesLines
* Bug 578877 – Update FSF addressTobias Mueller2009-04-216-12/+12
* Update svn:ignore, and remove .cvsignore filesChristian Persch2008-10-222-4/+0
* Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION.Christian Persch2008-01-281-1/+1
* Patch from Julio M. Merino Vidal <jmmv@menta.net> in bug #134517 to add aMark McLoughlin2004-07-041-1/+1
* Got rid of extra unneeded -I directives.Darin Adler2001-08-261-1/+1
* Removed. Removed. Removed.Martin Baulig2001-03-236-2885/+0
* remove get_nocopy, since it can't be implemented since we don't cacheHavoc Pennington2000-10-261-36/+30
* implement default error handler that prints to stderrHavoc Pennington2000-10-172-31/+18
* reindent one lineHavoc Pennington2000-10-081-2/+2
* indentation/formattingHavoc Pennington2000-10-071-22/+24
* Bug fixes and portability issues reported by Colm SmythHavoc Pennington2000-09-261-1/+1
* And actually implement it here. Doh.Havoc Pennington2000-09-172-26/+49
* Update some docsHavoc Pennington2000-09-173-64/+147
* s/gconf_concat_key_and_dir/gconf_concat_dir_and_key/gHavoc Pennington2000-09-151-1/+1
* s/gconf_meta_info_schema/gconf_meta_info_get_schema/g;Havoc Pennington2000-09-133-14/+14
* Put full key in GConfEntry (but we only get the relative key over theHavoc Pennington2000-09-131-7/+2
* Actually use gettext. Involves checking in configure.in, linking to it inHavoc Pennington2000-09-111-3/+3
* Move gconf-backend.h here, I don't see why it was in the public headersHavoc Pennington2000-09-093-44/+44
* Massive rename from GConfError to GErrorHavoc Pennington2000-08-315-128/+128
* Release 0.6GCONF_0_6Havoc Pennington2000-07-271-4/+4
* || doesn't mean && :). It would consider as an above directory everyGeorge Lebl2000-07-261-3/+2
* Allow adding overlapping subdirectories. What happens is that the realGeorge Lebl2000-07-243-37/+258
* This changes quite a bit of stuff; if anything breaks, let me know.Havoc Pennington2000-07-192-12/+8
* Bump library versions, bump to 0.6Havoc Pennington2000-07-124-7/+16
* Pass both car and cdr to gconf_set_pair rather than passing car twice.Dan Winship2000-06-221-1/+1
* Fix a storage leak -- a g_strdup and an string ownership swappingPavel Cisler2000-06-071-1/+1
* If there's an existing engine for a given context, return that engineHavoc Pennington2000-06-011-8/+68
* srcdir != builddir fix. Add libgconf-gtk.la to testgconfclient deps soElliot Lee2000-02-221-1/+1
* include name of the key with the wrong type in the error messageHavoc Pennington2000-01-301-8/+9
* only handle the error if the mode is GCONF_CLIENT_HANDLE_UNRETURNEDHavoc Pennington2000-01-302-17/+23
* New function so gnome-libs can install a Gnomized error dialogHavoc Pennington2000-01-272-6/+35
* fix the no-debug caseHavoc Pennington2000-01-271-1/+1
* *** empty log message ***Kjartan Maraas2000-01-253-0/+3
* warn if the error is set to GCONF_ERROR_SUCCESSHavoc Pennington2000-01-201-1/+1
* *** empty log message ***Martin Baulig2000-01-151-0/+5
* arguments to this were backwardHavoc Pennington2000-01-132-107/+126
* added <stdio.h>Jonathan Blandford2000-01-121-0/+1
* Change copyrights to 2000, just for funHavoc Pennington2000-01-088-8/+8
* Add missed "\n" in 2 strings. Things sholud be checked before commit :)Timur Bakeyev2000-01-041-2/+3
* const correctnessHavoc Pennington1999-12-211-3/+2
* fix includeHavoc Pennington1999-12-201-4/+119
* fix a typo, add additional explanation to the introduction.Havoc Pennington1999-12-141-1/+1
* use gconf_client_get_string() instead of gconf_client_get()Havoc Pennington1999-12-024-33/+152
* Add new create_change_set functions for GConfClient and GConfEngineHavoc Pennington1999-12-013-18/+15
* sheesh, this stupid function didn't work at all. fix it (get): properlyHavoc Pennington1999-11-292-24/+130
* Don't return errors here; this is somewhat wrong, we actually need toHavoc Pennington1999-11-241-11/+27
* remove GNOME dependencyHavoc Pennington1999-11-233-19/+10
* split off LIBADDHavoc Pennington1999-11-233-10/+13
* Build with srcdir != builddir.Elliot Lee1999-11-221-1/+1
* new function (gconf_client_commit_change_set): new functionHavoc Pennington1999-11-202-0/+188