Dieter Verfaillie
fefe5d9a20
Fix malformed GTK-Doc comment blocks: correct struct name.
...
Found these thanks to improved gobject-introspection GTK-Doc
comment block/annotation parser from:
https://bugzilla.gnome.org/show_bug.cgi?id=672254
https://bugzilla.gnome.org/show_bug.cgi?id=673385
2012-04-05 10:23:42 -03:00
Dieter Verfaillie
a058c1c13e
Fix malformed GTK-Doc comment blocks: mutliline annotations are invalid.
...
Found these thanks to improved gobject-introspection GTK-Doc
comment block/annotation parser from:
https://bugzilla.gnome.org/show_bug.cgi?id=672254
https://bugzilla.gnome.org/show_bug.cgi?id=673385
2012-04-05 10:23:41 -03:00
Dieter Verfaillie
60fb0f5ea8
Fix malformed GTK-Doc comment blocks: unmark non GTK-Doc comment block.
...
Found these thanks to improved gobject-introspection GTK-Doc
comment block/annotation parser from:
https://bugzilla.gnome.org/show_bug.cgi?id=672254
https://bugzilla.gnome.org/show_bug.cgi?id=673385
2012-04-05 10:23:40 -03:00
Dieter Verfaillie
8e740f726f
Fix malformed GTK-Doc comment blocks: add missing colons.
...
Found these thanks to improved gobject-introspection GTK-Doc
comment block/annotation parser from:
https://bugzilla.gnome.org/show_bug.cgi?id=672254
https://bugzilla.gnome.org/show_bug.cgi?id=673385
2012-04-05 10:23:39 -03:00
Ihar Hrachyshka
6bd47498a0
Updated Belarusian translation.
2012-04-05 15:25:42 +03:00
Chun-wei Fan
24fa2ee53c
gobject/tests/signals.c: Remove C99ism
...
Declare variables in start of block.
2012-04-05 15:46:34 +08:00
Chun-wei Fan
63673da5eb
Update GLib Visual C++ projects
...
Some of the bundled PCRE source files are removed as they are not needed
anymore (please see commit e7c0f10e
), so don't include them in the projects
2012-04-05 15:45:38 +08:00
Dan Winship
88781d5906
Fix some gtk-doc stuff
2012-04-04 15:23:31 -04:00
Matthias Clasen
69d6987995
Switch to using a mainloop when waiting for connection close
...
GDBus heavily relies on idles for some of its cleanup operations,
and not running a mainloop leads to things not getting cleaned
up properly, which in turn leads to test failures, since the
session bus singleton does not get removed.
2012-04-04 15:02:48 -04:00
Matthias Clasen
f1d4d3a4a5
Improve GApplication tests
...
Make GApplication tests manage their dbus connections.
2012-04-04 15:02:48 -04:00
Matthias Clasen
a52c0a06c8
Make basic-application test more robust
...
This program is only used indirectly from gapplication.c in
tests, but that is no reason to let it segfault when it is
run from the commandline without arguments.
2012-04-04 15:02:48 -04:00
Matthias Clasen
9171894a59
GActionMap: correct critical warnings
...
These warnings were copied from GSimpleActionGroup, but the function
names were not updated. Correct that.
2012-04-04 15:02:48 -04:00
Matthias Clasen
4259587fec
Add tests for action-related gapplication api
2012-04-04 15:02:48 -04:00
Matthias Clasen
8a4744f7fd
Add a test for g_application_quit
2012-04-04 15:02:48 -04:00
Matthias Clasen
588c2bacf7
Improve keyfile test coverage
2012-04-04 15:01:48 -04:00
Matthias Clasen
3eec7eeeaa
Remove a bit of unused code
...
_g_utf8_strwidth is always called with max == -1, so remove the
parameter and update all callers.
2012-04-04 15:01:48 -04:00
Matthias Clasen
84a1b8aac8
Improve test coverage
...
Add tests for all the suffixes in g_format_size.
2012-04-04 15:01:48 -04:00
Dan Winship
51609ec943
tests/gdatetime: fix new_from_unix test
...
When creating a struct tm for "1990-01-01T00:00:00" to pass to
mktime(), we have to set tm_isdst to -1; leaving it set to 0 will
result in the wrong time being generated when run in a timezone where
January 1 would normally be tm_isdst==1 (ie, in southern hemisphere
DST-observing countries, like Australia).
https://bugzilla.gnome.org/show_bug.cgi?id=670254
2012-04-04 14:49:15 -04:00
Daniel Mustieles
f0a3241eab
Updated Spanish translation
2012-04-04 17:18:59 +02:00
Gabor Kelemen
e133f31896
Updated Hungarian translation
2012-04-04 17:02:04 +02:00
Dan Winship
47adef84da
Fix warnings caused by an ifdeffed-out test case
2012-04-04 10:47:04 -04:00
Matej Urbančič
142b0455ff
Updated Slovenian translation
2012-04-04 13:42:44 +02:00
Rodrigo Moya
9aa19e1d96
Use 'if test' for checking auto* variables' values
2012-04-04 11:55:40 +02:00
Rodrigo Moya
118c42e747
Always include G_SOCKET_FAMILY_UNIX value in GSocketFamily
...
This is needed because glib-mkenums doesn't handle #ifdef values in
enums, and so it needs to have all values always defined in the enum.
When not available, define the missing values to a negative value.
2012-04-04 11:39:03 +02:00
Guillaume Desmottes
091d652120
use GLIB_DEPRECATED_IN_2_32_FOR to deprecate g_value_{g,s}et_schar
...
https://bugzilla.gnome.org/show_bug.cgi?id=673439
2012-04-03 16:46:13 +02:00
Will Thompson
f2c77ee718
g_input_stream_read[_finish]: document returning 0 on EOF
...
g_input_stream_read() does state that it returns 0 on end of file, but
not in the Returns: line, so it's easy to miss on a quick skim-read.
g_input_stream_read_async() documents that g_input_stream_read_finish()
returns 0 on end of file, but g_input_stream_read_finish() itself does
not.
https://bugzilla.gnome.org/show_bug.cgi?id=673174
2012-04-02 18:10:35 +01:00
Matthias Clasen
27d95bd81f
Rework the libelf configure checks one more time
...
It seems that there is quite a bit of variation out there, in
terms of libelf versions and API. Make the checks more thorough,
by not only checking for elf_begin, but also some of the shdr function
that we need. Also, explicitly check for libelf.h.
This should address bug 673132 and 673253.
2012-04-02 09:09:11 -04:00
Matthias Clasen
e51c3b4cfe
Use new hashset api in the hash set tests
2012-04-02 09:09:11 -04:00
Matthias Clasen
c2318a18f9
Dispose test object
...
While not very important, it means one less untested function
in the coverage report.
2012-04-02 09:09:11 -04:00
Matthias Clasen
c173c0beb4
Drop g_thread_init from tests
...
This is not needed anymore.
2012-04-02 09:09:11 -04:00
Matthias Clasen
9ea9471d26
Improve GBusObjectManager test coverage
2012-04-02 09:09:10 -04:00
David King
548337b042
docs: Fix typo in glib-compile-schemas man page
2012-04-02 10:22:56 +01:00
Matthias Clasen
bebbc69081
Improve boxed test coverage
...
This commit add basic tests for all GLib types that are registered
as boxed types.
2012-04-01 23:08:42 -04:00
Matthias Clasen
e7c0f10ee0
Drop some unused PCRE sources
...
There is no point in compiling these, since we are not calling
any of the functions in them.
2012-04-01 23:08:42 -04:00
Daniel Nylander
0f469c2631
Updated Swedish translation
2012-04-01 13:11:33 +02:00
Antoine Jacoutot
829db4cec3
gthread-posix: fix typo in error message
2012-03-31 22:48:42 +02:00
Antoine Jacoutot
1494544958
gresource: libelf, try pkg-config first then fall-back to AC_CHECK_LIB
...
On some systems gelf.h may not be stored under the top level include
directory in which case we need to add the correct include paths in
cflags by using pkg-config(1).
2012-03-31 20:22:51 +02:00
Robert Ancell
4143842eb4
Add missing allow-none annotations for function parameters.
...
Found using:
find . -name '*.c' | xargs grep 'or %NULL' | grep ' \* @' | grep -v '@error' | grep -v allow-none
2012-03-31 20:34:28 +11:00
Matthias Clasen
4cf5d25316
Fix a link
...
As pointed out in bug 673139, the link to the mailing list
information page was outdated.
2012-03-30 17:34:37 -04:00
ManojKumar Giri
5f0ff457ce
Updated Odia Translation
2012-03-30 18:10:03 +05:30
Christian Persch
e3cc48f289
resources: compiler: Respect absolute paths
...
When a <file> already has an absolute path, use it directly instead of trying to
locate it in the --sourcedir directories.
https://bugzilla.gnome.org/show_bug.cgi?id=672541
2012-03-29 17:43:43 +02:00
Kalev Lember
8f8fc83670
configure: Fix alignment tests when cross compiling
...
When inserting custom code to AC_CHECK_ALIGNOF, make sure to not replace
the default includes, but instead append to them.
This fixes ALIGNOF_GUINT32 and ALIGNOF_GUINT64 that were both 0 when cross
compiling. The third 'unsigned long' test wasn't affected because the
AC_CHECK_ALIGNOF call didn't specify the optional 2nd parameter.
2012-03-28 12:42:49 +03:00
Chun-wei Fan
92b84e88ab
Fix gspawn-win32-helper Visual C++ projects
...
The name of the executable for the Release|Win32 and Release|x64 configs
were mixed up. Fix that. DOH! for not noting this earlier.
2012-03-28 15:12:04 +08:00
Chun-wei Fan
0463fa1cb0
Fix VS property sheets
...
We need to accomodate for gspawn-win64-helper-console.exe for the "install"
phase too.
2012-03-28 14:57:12 +08:00
Daniel Mustieles
50a8fa5efd
Updated Spanish translation
2012-03-27 21:24:37 +02:00
Dan Winship
cbb95038cf
GFileMonitor: fix docs bug
2012-03-27 12:45:27 -04:00
Sandeep Sheshrao Shedmake
5a68f59e5b
Updated Marathi Translations
2012-03-27 15:04:14 +05:30
Bastien Nocera
9b0734a09c
all: s/availible/available/
2012-03-27 11:01:00 +02:00
Rajesh Ranjan
ec55b19da5
hindi translation by Chandan Kumar
2012-03-27 12:22:39 +05:30
Sandeep Sheshrao Shedmake
569357dcc3
Updated Marathi Translations
2012-03-26 19:48:20 +05:30