Ryan Lortie
3e36ee3426
add 'null' GSettings backend
2010-04-15 18:22:14 -04:00
Ryan Lortie
c2675af4d7
GSettings: Modify backend API
2010-04-15 18:22:04 -04:00
Ryan Lortie
18ba085d0a
merge GSettingsBackend
2010-04-15 14:59:41 -04:00
Ryan Lortie
8d6492ed15
Remove accidental checkins
2010-04-15 14:44:59 -04:00
Lars Ellenberg
bf2719c815
Cast to volatile to avoid warnings from -Wcast-qual
...
https://bugzilla.gnome.org/show_bug.cgi?id=457641
2010-04-15 19:03:05 +02:00
Ryan Lortie
056326c1e9
g_string_append_len() accept NULL with length == 0
2010-04-15 10:11:30 -04:00
Sweta Kothari
066df8d867
Updated gujarati translations
2010-04-15 16:43:36 +05:30
Sandeep Shedmake
ddc6136e1f
Updated Marathi Translations
2010-04-15 15:47:39 +05:30
Ryan Lortie
d17f4bee17
GVariant: fix for g_variant_iter_loop()
2010-04-14 23:36:23 -04:00
Ryan Lortie
3349bab022
Add g_return_if_fail()s to g_variant_new_from_data()
...
also, document that @type must be definite
2010-04-10 22:01:02 -04:00
Theppitak Karoonboonyanan
a3dc7f8006
Updated Thai translation.
2010-04-06 14:53:20 +07:00
Jordi Serratosa
34b9e9bdd2
Fixes to Catalan translation
2010-04-02 14:03:16 +02:00
Behdad Esfahbod
93ea4ab610
Improve docs
2010-03-31 10:55:00 -04:00
Tor Lillqvist
f8470ed55a
Fix build breakage on Unix
2010-03-30 20:46:46 +03:00
Tor Lillqvist
1229281d95
Define a public documented type for the struct stat used by g_stat()
...
Define GStatBuf as the type used by g_stat() and g_lstat(). Replaces
the non-public struct tag _g_stat_struct. Mostly relevant for Windows
where there are several variants of stat-style structs. On POSIX, is
just another name for struct stat.
Actually, also on many POSIX systems there are in fact several
variants of struct stat and corresponding stat() and lstat()
functions, but as g_stat and g_lstat are normally on POSIX just macros
that expand to stat and lstat, this should not cause a problem. It's
only when it's the actual g_stat() or g_lstat() implementation inside
GLib that gets called that one needs to be sure the passed struct is
the same as what GLib expects.)
2010-03-30 19:22:39 +03:00
Benjamin Otte
e7763678b5
Fix race in g_cancellable_cancel()
...
We need to check priv->cancelled after taking the lock. Previously we
only checked it just before taking the lock, which left a small chance
for a race.
2010-03-29 12:57:35 -05:00
Benjamin Otte
5527a2ac2c
Remove unneccessary variable from g_cancellable_cancel()
...
The variable makes a complicated function even more complicated.
2010-03-29 12:57:35 -05:00
Javier Jardón
c3f1025c33
Remove g_type_class_get_private() public documentation
...
This is a internal function needed for the documented
G_TYPE_CLASS_GET_PRIVATE() macro
This was introduced by error in
commit 81e2aa941b
2010-03-29 18:23:48 +02:00
Javier Jardón
0f51e99565
Fix g_type_class_add_private() documentation
...
This fixes commit 81e2aa941b
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=614185
2010-03-29 18:17:40 +02:00
Ask H. Larsen
461a4097d1
Updated Danish translation
2010-03-28 00:13:28 +01:00
Chao-Hsiung Liao
2e27703a81
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2010-03-27 20:50:57 +08:00
Jamil Ahmed
0e3c6ef848
Updated Bengali translation
2010-03-27 17:44:03 +06:00
Matthias Clasen
22dc3dd648
Bump version
2010-03-26 15:09:13 -04:00
Matthias Clasen
ca631653ac
2.24.0
2010-03-26 15:08:00 -04:00
Matthias Clasen
5ba8043f12
Third try to get this right...
2010-03-26 11:15:49 -04:00
Matthias Clasen
f6532620bc
And another one...
2010-03-26 11:05:28 -04:00
Matthias Clasen
7c8a108165
Fix a typo
2010-03-26 11:05:02 -04:00
Matthias Clasen
55e44a67e6
Bump version to 2.24.0
2010-03-26 10:39:56 -04:00
Matthias Clasen
8ee5ded1e9
Updates
2010-03-26 10:39:33 -04:00
Matthias Clasen
6cce575a25
Fix a typo
2010-03-26 10:24:06 -04:00
Matthias Clasen
78b764f325
More doc fixups
2010-03-26 10:19:57 -04:00
Matthias Clasen
81e2aa941b
Some more doc cleanups
2010-03-26 10:11:46 -04:00
Matthias Clasen
c4ea7d58f7
Small doc addition
2010-03-26 09:30:25 -04:00
Matthias Clasen
431840a44e
Add g_io_module_query to docs
2010-03-26 09:22:58 -04:00
Matthias Clasen
6e77ee0971
Correct the error handling in splice_stream_with_progress
...
We need to get out of both loops, so a simple 'break' doesn't cut it.
Bugs 613748 and 613923
2010-03-26 09:03:22 -04:00
Ryan Lortie
409a3a61ec
GVariant: Stop lexing format strings at :
...
Lets us parse this successfully: {%s: %s}.
2010-03-26 08:02:17 -05:00
Maxim V. Dziumanenko
df67a0662b
Updated Ukrainian translation
2010-03-26 11:42:19 +02:00
Ryan Lortie
fd448dd7ce
Add doc note about read_until() inconsistency.
...
See bug 584284 for more information.
2010-03-23 10:01:53 -05:00
Ryan Lortie
a6c57591c0
Support &s as key of dict entry in format string
...
Partial fix for bug 613618.
2010-03-23 09:18:28 -05:00
Ryan Lortie
816990a011
GVariant: Removing mentions of &a from docs
...
This isn't supported anymore (for the time being...)
Partial fix for bug 613618.
2010-03-23 09:18:14 -05:00
Christian Dywan
35059f2c04
Correct typo of libray/ library in GObject tutorial
...
Fixes bug #613667
2010-03-23 11:59:43 +01:00
Ryan Lortie
ace9a25fb3
Bug 613601 - buglet in dup_close_on_exec_fd()
...
Fix copy/paste error and 'or' FD_CLOEXEC into the existing flags instead
of just setting it outright.
2010-03-22 12:03:24 -05:00
Tor Lillqvist
440713e393
Filter out gatomic-gcc.c from the VS project sources
...
Instead, explicitly include gatomic.c.
2010-03-22 15:55:11 +02:00
Tor Lillqvist
365fd70f26
Make config.h.win32 match what the configure script produces
2010-03-22 15:33:38 +02:00
Inaki Larranaga Murgoitio
580ecb32d9
Updated Basque language
2010-03-22 12:34:25 +01:00
Clytie
e2434fd2d6
Updated Vietnamese translation
2010-03-22 21:33:36 +10:30
Ryan Lortie
db83dd27c5
Drop { } for favour of { 0, }.
2010-03-21 20:12:18 -05:00
Ryan Lortie
468bbbfce1
Bump version
2010-03-21 20:07:45 -05:00
Ryan Lortie
0afc140712
2.23.6
2010-03-21 20:06:39 -05:00
Ryan Lortie
5620f96305
silence some false-alarm uninitialised warnings
2010-03-21 14:17:21 -05:00