summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler warningsHEADmasterRobert Ancell2015-10-142-8/+8
* Don't enable deprecations explicitly in the source code.2.32.4Kjartan Maraas2011-06-161-2/+0
* Make gconf compile with -DGSEAL_ENABLEAndre Klapper2010-03-111-1/+1
* Created .gitignore filesPablo Castellano2010-01-041-0/+4
* Bug 578877 – Update FSF addressTobias Mueller2009-04-214-8/+8
* Update svn:ignore, and remove .cvsignore filesChristian Persch2008-10-221-8/+0
* Bump version after tagging.Kjartan Maraas2008-06-041-71/+69
* g_free and friends handles NULL just fine. Closes bug #371087 reported byKjartan Maraas2008-01-101-2/+1
* Bump versionKjartan Maraas2008-01-103-24/+18
* Dist basic-gconf-app.schemas too.Kjartan Maraas2007-10-021-1/+1
* Patch from Julio M. Merino Vidal <jmmv@menta.net> in bug #134517 to add aMark McLoughlin2004-07-041-1/+1
* Patch Elijah Newren <bugsqueesher@yahoo.com> in bug #138009Mark McLoughlin2004-04-191-2/+4
* make the internal functions staticHavoc Pennington2002-04-272-6/+6
* Use g_ascii_strcasecmp instead of g_strcasecmp. Replace g_main_* withDave Camp2002-02-152-7/+7
* remove unused variable, fix from Markus BertheauHavoc Pennington2002-01-131-1/+0
* Changed one instance of GLIB_DISABLE_DEPRECATED to G_DISABLE_DEPRECATEDJosh Barrow2001-12-171-1/+1
* Update.Darin Adler2001-12-171-0/+1
* disable deprecatedHavoc Pennington2001-12-071-0/+4
* fix up check for gettext to do glib-gettext insteadHavoc Pennington2001-12-073-509/+996
* improve errorHavoc Pennington2001-12-041-0/+16
* Got rid of extra unneeded -I directives.Darin Adler2001-08-264-7/+4
* remove testgconfclient from build, should now be made nongraphical andHavoc Pennington2001-05-091-3/+2
* Removed. Removed. Removed.Martin Baulig2001-03-232-9/+9
* And actually implement it here. Doh.Havoc Pennington2000-09-172-19/+20
* Update some docsHavoc Pennington2000-09-172-12/+10
* s/gconf_meta_info_schema/gconf_meta_info_get_schema/g;Havoc Pennington2000-09-132-5/+5
* Actually use gettext. Involves checking in configure.in, linking to it inHavoc Pennington2000-09-111-1/+1
* Move gconf-backend.h here, I don't see why it was in the public headersHavoc Pennington2000-09-091-3/+3
* Massive rename from GConfError to GErrorHavoc Pennington2000-08-311-3/+3
* This changes quite a bit of stuff; if anything breaks, let me know.Havoc Pennington2000-07-191-2/+5
* Bump library versions, bump to 0.6Havoc Pennington2000-07-123-3/+3
* ShhKjartan Maraas2000-05-031-0/+2
* Don't syslog things. Fix for builddir != srcdir.Elliot Lee2000-03-091-1/+3
* exit on error.Havoc Pennington2000-03-083-5/+7
* Add the examplesHavoc Pennington2000-03-063-3/+6
* intro article updatesHavoc Pennington2000-03-011-4/+12
* Add new examples Two simple new examplesHavoc Pennington2000-02-273-2/+179
* *** empty log message ***Martin Baulig2000-01-151-0/+5
* Change copyrights to 2000, just for funHavoc Pennington2000-01-081-1/+1
* fix a typo, add additional explanation to the introduction.Havoc Pennington1999-12-142-26/+28
* use gconf_client_get_string() instead of gconf_client_get()Havoc Pennington1999-12-021-5/+29
* Added a schema file for the basic-gconf-app exampleHavoc Pennington1999-11-301-0/+70
* sheesh, this stupid function didn't work at all. fix it (get): properlyHavoc Pennington1999-11-292-51/+381
* Don't return errors here; this is somewhat wrong, we actually need toHavoc Pennington1999-11-242-0/+334