platform/upstream/glib.git
13 years agoRemove unused variable in gvdb-reader
Ryan Lortie [Thu, 3 Feb 2011 22:26:51 +0000 (17:26 -0500)]
Remove unused variable in gvdb-reader

As originally committed against dconf by Owen.

Newer GCC flags this.

13 years agoMark a symbol as G_GNUC_INTERNAL
Ryan Lortie [Tue, 25 Jan 2011 23:26:21 +0000 (18:26 -0500)]
Mark a symbol as G_GNUC_INTERNAL

13 years agoFix some harmless sign compare warnings
Ryan Lortie [Mon, 17 Jan 2011 20:17:34 +0000 (15:17 -0500)]
Fix some harmless sign compare warnings

13 years agoC++ify the reader header
Ryan Lortie [Mon, 17 Jan 2011 20:15:46 +0000 (15:15 -0500)]
C++ify the reader header

13 years agoFix some leaks in the GVDB builder
Ryan Lortie [Wed, 15 Dec 2010 16:36:14 +0000 (11:36 -0500)]
Fix some leaks in the GVDB builder

13 years agoPass name_length to walk close function
Ryan Lortie [Tue, 7 Dec 2010 06:06:33 +0000 (01:06 -0500)]
Pass name_length to walk close function

For efficiency and safety.  This way we don't need to scan backwards for
the path separator (trusting that we will find it properly).

13 years agoAdd gvdb_table_get_raw_value() API for GSettings
Ryan Lortie [Mon, 4 Oct 2010 02:54:03 +0000 (22:54 -0400)]
Add gvdb_table_get_raw_value() API for GSettings

13 years agoFix reader on big endian
Ryan Lortie [Mon, 4 Oct 2010 01:10:35 +0000 (21:10 -0400)]
Fix reader on big endian

Some of the hashtable code was failing to byteswap properly.

14 years agoFix is_valid() API
Ryan Lortie [Mon, 19 Jul 2010 01:43:18 +0000 (21:43 -0400)]
Fix is_valid() API

Actually dereference the pointer instead of just checking for NULL

14 years agoAdd gvdb_table_is_valid() API
Ryan Lortie [Mon, 19 Jul 2010 00:45:37 +0000 (20:45 -0400)]
Add gvdb_table_is_valid() API

Checks that the on-disk file is still valid.

14 years agoImplement byteswapping in the reader
Ryan Lortie [Thu, 10 Jun 2010 19:27:46 +0000 (15:27 -0400)]
Implement byteswapping in the reader

14 years agodrop "options" support
Ryan Lortie [Thu, 10 Jun 2010 17:34:56 +0000 (13:34 -0400)]
drop "options" support

14 years agoAdd API for dconf's sake.
Ryan Lortie [Wed, 28 Apr 2010 17:39:02 +0000 (12:39 -0500)]
Add API for dconf's sake.

14 years agoAdd a missing 'static' on internal functions
Ryan Lortie [Thu, 22 Apr 2010 19:44:54 +0000 (15:44 -0400)]
Add a missing 'static' on internal functions

14 years ago__value -> value to avoid stomping the C compiler
Ryan Lortie [Wed, 21 Apr 2010 00:12:41 +0000 (20:12 -0400)]
__value -> value to avoid stomping the C compiler

14 years agoDon't write out zero-byte sections in builder
Ryan Lortie [Mon, 19 Apr 2010 14:28:44 +0000 (10:28 -0400)]
Don't write out zero-byte sections in builder

This and the previous issue caught by Christian Persch in bug #616156

14 years agoWhitespace fixups
Ryan Lortie [Mon, 19 Apr 2010 14:18:44 +0000 (10:18 -0400)]
Whitespace fixups

14 years agoFix logic error for missing options in reader
Ryan Lortie [Mon, 19 Apr 2010 14:17:31 +0000 (10:17 -0400)]
Fix logic error for missing options in reader

14 years agoFix uninitialised header in the builder.
Ryan Lortie [Fri, 16 Apr 2010 15:04:15 +0000 (11:04 -0400)]
Fix uninitialised header in the builder.

14 years agoRecommend git-merge(1) over git-submodule(1).
Ryan Lortie [Fri, 16 Apr 2010 02:09:42 +0000 (22:09 -0400)]
Recommend git-merge(1) over git-submodule(1).

14 years agoAdd a brief description to the .doap
Ryan Lortie [Fri, 16 Apr 2010 01:32:54 +0000 (21:32 -0400)]
Add a brief description to the .doap

14 years agoInitial commit
Ryan Lortie [Fri, 16 Apr 2010 01:26:34 +0000 (21:26 -0400)]
Initial commit