Jonh Wendell
a75cac1b4c
Updated Brazilian Portuguese translation
2012-02-24 17:12:14 -02:00
Daiki Ueno
21457abdcc
Hide global variable for signal ID in gdbusproxy.c.
...
Also a similar fix for gdbusserver.c.
https://bugzilla.gnome.org/show_bug.cgi?id=670721
2012-02-23 22:19:00 -05:00
Richard Hughes
eece6cb9c3
Fix up 'Since:' for g_mapped_file_new_from_fd()
...
It was introduced in 2.31.0, not 2.30.x
2012-02-23 10:34:46 +00:00
Dan Winship
98a70df486
gthread-posix: fix order of arguments in g_thread_abort() message
2012-02-22 11:38:43 -05:00
Dan Winship
88182d375e
gasyncqueue: fix a 32bit overflow in g_async_queue_timed_pop
...
also, add a test for g_async_queue_timed_pop() and
g_async_queue_timeout_pop() to tests/asyncqueue.c
https://bugzilla.gnome.org/show_bug.cgi?id=669670
2012-02-22 11:36:08 -05:00
Rui Matos
9ff09f34cf
gvaluetransform: Fix an infinite loop with GFlagsValue sets with the 0 value
...
Transforming a GValue holding flags from a GFlagsValue set that includes the 0
value (no flag bits set) into a string would loop until exhausting all the
available memory.
https://bugzilla.gnome.org/show_bug.cgi?id=670557
2012-02-22 12:17:38 +01:00
Rico Tzschichholz
9e5ff3d3eb
Bump version
2012-02-21 14:19:37 +01:00
Fran Diéguez
055229b1c5
Updated Galician translations
2012-02-21 11:57:41 +01:00
Ryan Lortie
b80e169b14
mention g_application_quit() in the NEWS
2012-02-21 01:37:09 +01:00
Ryan Lortie
ed51975899
GApplication: add g_application_quit()
...
A long requested feature; this quits the application immediately,
ignoring the hold count.
https://bugzilla.gnome.org/show_bug.cgi?id=670485
2012-02-21 01:20:39 +01:00
Ryan Lortie
486c694af0
Mention documentation fixes in NEWS
2012-02-21 01:13:14 +01:00
David King
2ca6c475ea
docs: Fix g_async_queue_timeout_pop_unlocked typo
2012-02-21 01:10:55 +01:00
David King
912ac79041
docs: Add some missing G_TOKEN_* descriptions
2012-02-21 01:10:54 +01:00
David King
708d4178ce
docs: Fix g_key_file_load_from_file error parameter
2012-02-21 01:10:54 +01:00
David King
1965206be8
docs: Ignore private network monitor headers
2012-02-21 01:10:54 +01:00
David King
c5f8f6f8f4
docs: Fix GTlsBackend typo GTyep → GType
2012-02-21 01:10:54 +01:00
David King
a290fff9a2
docs: Fix GTlsDatabase typos
2012-02-21 01:10:54 +01:00
David King
c490a75a18
docs: Fix GApplicationCommandLine typo
2012-02-21 01:10:54 +01:00
David King
69ecc4b496
docs: Fix define typos in GApplication
2012-02-21 01:10:54 +01:00
David King
fba11825a3
docs: Fix typo in GActionGroup
2012-02-21 01:10:54 +01:00
David King
6129a1c2d5
docs: Fix GActionGroup exporter typo
2012-02-21 01:10:54 +01:00
David King
87c76bdbb6
docs: Remove some old GMenu documentation
2012-02-21 01:10:54 +01:00
David King
83392caa72
docs: Fix typo GAsyncReady → GAsyncResult
...
Also GSimpleAsyncReady → GSimpleAsyncResult.
2012-02-21 01:10:54 +01:00
David King
37fd4d86ab
docs: Remove mention of GFileAttributeValue
...
Instead mention GFileAttributeInfo.
2012-02-21 01:10:54 +01:00
David King
8ee2cadd7f
docs: Fix some GDBusConnection typos
2012-02-21 01:10:54 +01:00
David King
11154ff5c1
docs: Fix typo GConvertFlags → GConverterFlags
2012-02-21 01:10:54 +01:00
David King
59e1c77b8d
docs: Fix typo export → unexport
2012-02-21 01:10:54 +01:00
David King
13bc546657
docs: Fix GDBusProxy typo name → g-name
2012-02-21 01:10:54 +01:00
David King
ae3ae3699b
docs: Fix typo in GFileInputStream
...
g_seekable_stream_can_seek() → g_seekable_can_seek().
2012-02-21 01:10:54 +01:00
David King
e70b72f5a1
docs: Fix method names in GMenu and GMenuModel
2012-02-21 01:10:54 +01:00
David King
43a3a5edfc
docs: Fix GNetworkAddress typo
...
g_network_address_parse_host() → g_network_address_parse().
2012-02-21 01:10:54 +01:00
David King
4653c6074f
docs: Add documentation for supports_hostname in GProxy
...
Also fix a typo has → as.
2012-02-21 01:10:54 +01:00
David King
5d64eb4cb8
docs: Correct GSocketClient::event link
2012-02-21 01:10:54 +01:00
David King
2616b6eb8e
docs: Fix some typos in GVolume
2012-02-21 01:10:54 +01:00
David King
07dc3db69a
docs: Fix GFileAttribute link in GFileInfo
2012-02-21 01:10:54 +01:00
David King
8c8657ac34
docs: Correct GUnixMount → GUnixMountEntry
2012-02-21 01:10:54 +01:00
Ryan Lortie
31936039b0
GApplication: disable a broken test
...
This test made some invalid assumptions that are no longer true.
Disable it until we can figure out a better way.
2012-02-21 01:10:53 +01:00
Dan Winship
726257ab97
gsocket: add g_socket_condition_timed_wait()
...
https://bugzilla.gnome.org/show_bug.cgi?id=667755
2012-02-20 18:29:51 -05:00
Matthias Clasen
823f553e36
2.31.18
2012-02-21 00:26:48 +01:00
Matthias Clasen
dbc01d3090
Don't rely on /bin/sh
...
Another Fedora UsrMove victim !
2012-02-21 00:26:19 +01:00
Ask H. Larsen
3808a181db
Updated Danish translation
2012-02-20 23:25:53 +01:00
Luca Ferretti
7630bff9ea
l10n: Updated Italian translation
2012-02-20 15:14:41 +01:00
Kjartan Maraas
0efd808c96
Updated Norwegian bokmål translation
2012-02-19 15:26:13 +01:00
David King
17e7c85d8f
docs: Fix g_drive_get_identifier() typo
2012-02-18 11:20:27 +00:00
David King
b50863aafa
docs: Add GIOModuleScope and GIOModuleScopeFlags
...
Fix some typos and add GIOModuleScope and GIOModuleScopeFlags to
gio-sections.txt.
2012-02-18 11:11:52 +00:00
David King
4e6c2b88b9
docs: Typo fix GInitiable → GInitable
2012-02-18 09:25:36 +00:00
David King
c29d7d7f53
docs: Typo fixes for GMount
2012-02-18 09:22:31 +00:00
Yaron Shahrabani
d0a310de96
Updated Hebrew translation.
2012-02-18 11:07:12 +02:00
Peter Kjellerstedt
50efbaf063
Do not fail unit test due to gdb abbreviating strings
...
gdb by default will only print strings up to 200 characters. After that
it abbreviates them. This affects the run-assert-msg-test.sh script if
the path to the glib installation is too long (in our case it was 133
characters, 132 would still have worked...)
By having gdb execute "set print elements 0" before printing the assert
string, the limit on maximum number of characters to print is set to
unlimited.
Signed-off-by: Peter Kjellerstedt <pkj@axis.com>
https://bugzilla.gnome.org/show_bug.cgi?id=670218
2012-02-17 11:59:30 -05:00
David King
29f3e40e4e
docs: Fix a typo in the GSeekable documentation
2012-02-17 16:12:27 +00:00