platform/upstream/glib.git
13 years agoDocs: Changed can not to cannot.
Murray Cumming [Thu, 24 Mar 2011 08:33:55 +0000 (09:33 +0100)]
Docs: Changed can not to cannot.

13 years agoUpdated Swedish translation
Daniel Nylander [Tue, 22 Mar 2011 14:12:41 +0000 (15:12 +0100)]
Updated Swedish translation

13 years agoUpdated Swedish translation
Daniel Nylander [Tue, 22 Mar 2011 14:12:10 +0000 (15:12 +0100)]
Updated Swedish translation

13 years agoUpdated Italian translation
Luca Ferretti [Tue, 22 Mar 2011 13:42:32 +0000 (14:42 +0100)]
Updated Italian translation

13 years agoUpdated Gujarati Translations
Sweta Kothari [Mon, 21 Mar 2011 11:11:46 +0000 (16:41 +0530)]
Updated Gujarati Translations

13 years agoUpdated Polish translation
Piotr Drąg [Sat, 19 Mar 2011 15:31:42 +0000 (16:31 +0100)]
Updated Polish translation

13 years agoUpdated Polish translation
Piotr Drąg [Sat, 19 Mar 2011 15:30:22 +0000 (16:30 +0100)]
Updated Polish translation

13 years agoUpdated Hungarian translation
Gabor Kelemen [Fri, 18 Mar 2011 16:11:24 +0000 (17:11 +0100)]
Updated Hungarian translation

13 years agoUpdated French translation
Bruno Brouard [Thu, 17 Mar 2011 20:40:03 +0000 (21:40 +0100)]
Updated French translation

13 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 17 Mar 2011 19:35:31 +0000 (20:35 +0100)]
Updated Spanish translation

13 years ago[l10n] Updated German translation
Mario Blättermann [Thu, 17 Mar 2011 11:53:06 +0000 (12:53 +0100)]
[l10n] Updated German translation

13 years agoUpdated Gujarati Translations
Sweta Kothari [Thu, 17 Mar 2011 10:39:40 +0000 (16:09 +0530)]
Updated Gujarati Translations

13 years agoDocument which files glib-compile-schemas looks at
Matthias Clasen [Tue, 15 Mar 2011 15:28:03 +0000 (11:28 -0400)]
Document which files glib-compile-schemas looks at

Otherwise, your vendor override files are silently ignored...

13 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Tue, 15 Mar 2011 13:08:09 +0000 (14:08 +0100)]
Updated Romanian translation

13 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Tue, 15 Mar 2011 13:06:59 +0000 (14:06 +0100)]
Updated Romanian translation

13 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Tue, 15 Mar 2011 13:03:51 +0000 (14:03 +0100)]
Updated Romanian translation

13 years agoUpdated Romanian translation
Lupescu Mircea [Tue, 15 Mar 2011 13:00:11 +0000 (14:00 +0100)]
Updated Romanian translation

13 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Tue, 15 Mar 2011 12:34:46 +0000 (13:34 +0100)]
Updated Romanian translation

13 years agoRevert "Remove all uses of G_CONST_RETURN"
Emmanuele Bassi [Tue, 15 Mar 2011 09:03:28 +0000 (09:03 +0000)]
Revert "Remove all uses of G_CONST_RETURN"

This reverts commit 36741245cca56e979fe85e3de676fb3912058f2c.

The removal has not been discussed, except on Bugzilla:

https://bugzilla.gnome.org/show_bug.cgi?id=644611

13 years agoRevert "Deprecate G_CONST_RETURN"
Emmanuele Bassi [Tue, 15 Mar 2011 09:02:08 +0000 (09:02 +0000)]
Revert "Deprecate G_CONST_RETURN"

This reverts commit a7fc7909dad9b88e8b2d1c6cde801e8888bdfc36.

The deprecations was not discussed except on Bugzilla:

https://bugzilla.gnome.org/show_bug.cgi?id=644611

13 years agoGVariant parser: fix tuple type checking
Ryan Lortie [Tue, 15 Mar 2011 05:29:52 +0000 (01:29 -0400)]
GVariant parser: fix tuple type checking

Robert Ancell discovered that the GVariant parser messes up pretty badly
when the type of a tuple is specified and the tuple in the text being
parsed has a different number of elements (but otherwise matching child
types).

Check that we have the expected number of elements.

Closes #644786.

13 years agoDeprecate G_CONST_RETURN
Ryan Lortie [Sun, 13 Mar 2011 03:04:53 +0000 (22:04 -0500)]
Deprecate G_CONST_RETURN

13 years agoRemove all uses of G_CONST_RETURN
Ryan Lortie [Sun, 13 Mar 2011 02:50:45 +0000 (21:50 -0500)]
Remove all uses of G_CONST_RETURN

Just use 'const'.

13 years agoAdd G_SIGNAL_MUST_COLLECT
Christian Persch [Wed, 2 Mar 2011 14:48:40 +0000 (15:48 +0100)]
Add G_SIGNAL_MUST_COLLECT

In some cases, signal arguments have to be collected, even if there are i
no signal handlers connected (e.g. for GVariant parameters, where collection
consumes a floating variant).

Based on a patch by Christian Persch.

Bug #643624.

13 years agoGDBusProxy: Check if connection is NULL before unreffing
Olivier Crête [Mon, 14 Mar 2011 18:54:46 +0000 (14:54 -0400)]
GDBusProxy: Check if connection is NULL before unreffing

If no connection can be established with the bus, it is possible that
the GDBusPRoxy will be finalized without having a connection object.

13 years agoCorrect internal definition of C_()
Owen W. Taylor [Sun, 13 Mar 2011 01:48:31 +0000 (20:48 -0500)]
Correct internal definition of C_()

* Since the GLib translations are lazily initialized, we need an
  internal wrapper for g_dpgettext() that does the initialization
  in the same way as glib_gettext()
* We need to use the glib domain defined by GETTEXT_PACKAGE
  rather than than the application's domain.

https://bugzilla.gnome.org/show_bug.cgi?id=644607

13 years agoUpdated Hungarian translation
Gabor Kelemen [Sun, 13 Mar 2011 01:21:55 +0000 (02:21 +0100)]
Updated Hungarian translation

13 years agoDocument g_timeout_add_seconds first call latency
Emilio Pozuelo Monfort [Sat, 12 Mar 2011 10:08:52 +0000 (10:08 +0000)]
Document g_timeout_add_seconds first call latency

And fix /timeout/rounding to not fail if the first call
happens after 2 seconds.

https://bugzilla.gnome.org/show_bug.cgi?id=644552

13 years agoUpdated Portuguese translation
Duarte Loreto [Sat, 12 Mar 2011 01:09:49 +0000 (01:09 +0000)]
Updated Portuguese translation

13 years agog_file_info_get/set_attribute_string*(): Document the UTF-8ness.
Murray Cumming [Fri, 11 Mar 2011 08:59:09 +0000 (09:59 +0100)]
g_file_info_get/set_attribute_string*(): Document the UTF-8ness.

* gio/gfileattribute.c: (_g_file_attribute_value_get_string,
_g_file_attribute_value_set_string): These use
G_FILE_ATTRIBUTE_TYPE_STRING, which is documented as UTF-8, so
document these private functions as using UTF-8.
* gio/gfileinfo.c: (g_file_info_get_attribute_string,
g_file_info_set_attribute_string, and stringv versions):
Document that the strings are UTF-8 because the implementation uses
those private functions, that use UTF-8.

This helps language bindings (such as glibmm) whose API
distinguishes between known and unknown encodings.

13 years agoUse g_usleep() for portability, bug #644465
Tor Lillqvist [Fri, 11 Mar 2011 08:19:42 +0000 (10:19 +0200)]
Use g_usleep() for portability, bug #644465

13 years agoFix cleanup in g_markup_collect
Matthias Clasen [Fri, 11 Mar 2011 04:27:49 +0000 (23:27 -0500)]
Fix cleanup in g_markup_collect

Patch by Matt Barnes,
https://bugzilla.gnome.org/show_bug.cgi?id=644428

13 years agoAdd a testcase for g_markup_collect cleanup
Matthias Clasen [Fri, 11 Mar 2011 04:25:22 +0000 (23:25 -0500)]
Add a testcase for g_markup_collect cleanup

Taken from https://bugzilla.gnome.org/show_bug.cgi?id=644428.
The test is currently failing.

13 years agoAdd missing files to POTFILES.in
Andre Klapper [Thu, 10 Mar 2011 11:33:58 +0000 (12:33 +0100)]
Add missing files to POTFILES.in

13 years agoUpdate config.h.win32.in for VS 2010
Chun-wei Fan [Thu, 10 Mar 2011 04:40:57 +0000 (12:40 +0800)]
Update config.h.win32.in for VS 2010

VS2010 ships with stdint.h by default, so update config.h.win32.in
to reflect that

13 years agol10n: Updated Greek translation for glib
Michael Kotsarinis [Wed, 9 Mar 2011 23:36:54 +0000 (01:36 +0200)]
l10n: Updated Greek translation for glib

13 years agoCheck availability of linux/magic.h
Martin Nordholts [Tue, 8 Mar 2011 06:36:15 +0000 (07:36 +0100)]
Check availability of linux/magic.h

Check availability of linux/magic.h. It isn't available in Linux
versions before 2.6.19.

13 years agoImprove preconditions in action-related GApplication api
Matthias Clasen [Mon, 7 Mar 2011 04:08:46 +0000 (23:08 -0500)]
Improve preconditions in action-related GApplication api

https://bugzilla.gnome.org/show_bug.cgi?id=643780

13 years agoGo back to the old logic in set_expiration
Matthias Clasen [Mon, 7 Mar 2011 03:37:01 +0000 (22:37 -0500)]
Go back to the old logic in set_expiration

It was more complicated, but also more correct...
Also add a test to ensure that our rounding works as expected.
https://bugzilla.gnome.org/show_bug.cgi?id=643795

13 years agoForgotten file
Matthias Clasen [Mon, 28 Feb 2011 02:26:42 +0000 (21:26 -0500)]
Forgotten file

13 years agog_application_run(): Add (allow-none) introspection annotation.
Murray Cumming [Sat, 5 Mar 2011 13:51:55 +0000 (14:51 +0100)]
g_application_run(): Add (allow-none) introspection annotation.

13 years agoSome more details about GApplicationFlags
Matthias Clasen [Fri, 4 Mar 2011 17:10:06 +0000 (12:10 -0500)]
Some more details about GApplicationFlags

13 years agoAdd more GApplication docs
Matthias Clasen [Fri, 4 Mar 2011 17:03:15 +0000 (12:03 -0500)]
Add more GApplication docs

Add more details about ::command-line to the g_application_run docs.

13 years agoGApplication: Check more before warning about a missing signal handler.
Murray Cumming [Mon, 28 Feb 2011 10:15:13 +0000 (11:15 +0100)]
GApplication: Check more before warning about a missing signal handler.

* gio/application.c (g_application_real_command_line): Check that the
default signal handler is not the current one before complaining, because
it is not unusual for overloads to call the base class implementation as
a matter of habit.
g_application_real_open() and g_application_real_activate() already do this
extra check.

13 years agoGApplication: More documentation tweaks
Matthias Clasen [Fri, 4 Mar 2011 06:53:56 +0000 (01:53 -0500)]
GApplication: More documentation tweaks

13 years agoFix a typo
Matthias Clasen [Fri, 4 Mar 2011 06:36:51 +0000 (01:36 -0500)]
Fix a typo

13 years agoGVariant docs cleanups
Ryan Lortie [Fri, 4 Mar 2011 05:57:51 +0000 (00:57 -0500)]
GVariant docs cleanups

Fix some gtk-doc warnings

13 years agoGVariant: add G_VARIANT_TYPE_VARDICT for a{sv}
Ryan Lortie [Wed, 2 Mar 2011 11:15:21 +0000 (06:15 -0500)]
GVariant: add G_VARIANT_TYPE_VARDICT for a{sv}

13 years agoSmall doc correction
Matthias Clasen [Fri, 4 Mar 2011 05:27:23 +0000 (00:27 -0500)]
Small doc correction

We don't actually pass @argc to local_command_line().

13 years agoGApplication: Clarify docs for @argv
Matthias Clasen [Fri, 4 Mar 2011 05:12:34 +0000 (00:12 -0500)]
GApplication: Clarify docs for @argv

Clearly state that @argv may be NULL.
https://bugzilla.gnome.org/show_bug.cgi?id=643649

13 years agoGApplication: Beef up the local_command_line() docs
Matthias Clasen [Fri, 4 Mar 2011 05:03:13 +0000 (00:03 -0500)]
GApplication: Beef up the local_command_line() docs

This adds some details, such as the meaning of @argc, @argv and @status,
even though gtk-doc does not make it easy to document vfunc arguments.
Requested in
https://bugzilla.gnome.org/show_bug.cgi?id=643478

13 years agoGApplication: Improve documentation
Matthias Clasen [Fri, 4 Mar 2011 04:34:49 +0000 (23:34 -0500)]
GApplication: Improve documentation

This commit adds some details regarding platform data.

13 years agoTry harder to explain GApplicationCommandline
Matthias Clasen [Fri, 4 Mar 2011 03:40:48 +0000 (22:40 -0500)]
Try harder to explain GApplicationCommandline

Trying to answer some of the questions in
https://bugzilla.gnome.org/show_bug.cgi?id=643468

13 years agog_value_array_remove(): clarify docstring formatting
Will Thompson [Thu, 3 Mar 2011 14:51:41 +0000 (14:51 +0000)]
g_value_array_remove(): clarify docstring formatting

13 years agoUpdated Portuguese translation
Duarte Loreto [Wed, 2 Mar 2011 01:11:04 +0000 (01:11 +0000)]
Updated Portuguese translation

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sun, 27 Feb 2011 20:56:31 +0000 (22:56 +0200)]
Updated Hebrew translation.

13 years agoUpdated Italian translation
Luca Ferretti [Sun, 27 Feb 2011 20:47:44 +0000 (21:47 +0100)]
Updated Italian translation

13 years agoUpdated Korean translation
Changwoo Ryu [Sun, 27 Feb 2011 05:43:34 +0000 (14:43 +0900)]
Updated Korean translation

13 years agoUpdated French translation
Bruno Brouard [Fri, 25 Feb 2011 22:53:52 +0000 (23:53 +0100)]
Updated French translation

13 years agoGApplications: Tighten up application-id validity checks
Matthias Clasen [Fri, 25 Feb 2011 16:13:55 +0000 (11:13 -0500)]
GApplications: Tighten up application-id validity checks

Also add tests for these conditions.
https://bugzilla.gnome.org/show_bug.cgi?id=643197

13 years agoAdd some tests for g_hash_table_lookup_extended
Matthias Clasen [Fri, 25 Feb 2011 15:41:29 +0000 (10:41 -0500)]
Add some tests for g_hash_table_lookup_extended

13 years agoGHashTable: Clarify g_hash_table_lookup_extended docs
Matthias Clasen [Fri, 25 Feb 2011 15:40:39 +0000 (10:40 -0500)]
GHashTable: Clarify g_hash_table_lookup_extended docs

Passing NULL as a key is only ok if your hash and equal functions
can deal with it.
https://bugzilla.gnome.org/show_bug.cgi?id=642944

13 years agoGOptionContext: Warn about invalid arg/flag combinations
Matthias Clasen [Fri, 25 Feb 2011 15:10:37 +0000 (10:10 -0500)]
GOptionContext: Warn about invalid arg/flag combinations

This was proposed by Kjell Ahlstedt in bug 642825.
Also adding a few tests for this new behaviour.

13 years agoTreat optional arguments the same for long and short options
Matthias Clasen [Fri, 25 Feb 2011 13:45:28 +0000 (08:45 -0500)]
Treat optional arguments the same for long and short options

This was noticed in bug 642825 and the change was proposed
by Kjell Ahlstedt.

13 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 24 Feb 2011 19:36:04 +0000 (20:36 +0100)]
Updated Spanish translation

13 years agoFix the VS2010 project generation for GLib
Chun-wei Fan [Thu, 24 Feb 2011 04:38:51 +0000 (12:38 +0800)]
Fix the VS2010 project generation for GLib

The scripts accently pick up gcc-only source files... this fixes that.

13 years agoUpdated Polish translation
Piotr Drąg [Wed, 23 Feb 2011 21:03:34 +0000 (22:03 +0100)]
Updated Polish translation

13 years agoRemove uneeded item form VS10 folder
Chun-wei Fan [Wed, 23 Feb 2011 06:22:36 +0000 (14:22 +0800)]
Remove uneeded item form VS10 folder

There is no install.vcxproj.filters...oops

13 years agoUpdated Bulgarian translation
Alexander Shopov [Wed, 23 Feb 2011 06:02:23 +0000 (08:02 +0200)]
Updated Bulgarian translation

13 years agoAllow to list keys in all schemas
Matthias Clasen [Wed, 23 Feb 2011 05:13:39 +0000 (00:13 -0500)]
Allow to list keys in all schemas

Make the schema argument to gsettings list-recursively optional.
This allows to search for not exactly known keys by going

gsettings list-recursively | grep 'font'

13 years agoapplication: fix a typo in the docs annotation
Cosimo Cecchi [Wed, 23 Feb 2011 03:02:05 +0000 (22:02 -0500)]
application: fix a typo in the docs annotation

13 years agoBug 638185 - GIOCondition should be annotated as "flags"
Andreas Rottmann [Tue, 22 Feb 2011 14:12:30 +0000 (15:12 +0100)]
Bug 638185 - GIOCondition should be annotated as "flags"

Add a gtk-doc annotation to GIOCondition marking it as a flags type.

13 years agoVisual C++ 2010 Project Files
Chun-wei Fan [Tue, 22 Feb 2011 12:08:36 +0000 (20:08 +0800)]
Visual C++ 2010 Project Files

These are the actual GLib VS2010 project files (*.vcxproj,
*.vcxproj.filters) and property sheet file (*.props) that are used
to compile the GLib, GModule, GObject, GThread, GIO DLLs, along with
the gspawn-win32-helper* programs, glib-genmarshal utility and
testglib test program.  A readme.txt file is also enclosed for
references for building GLib under VS2010.

Note that the project files for GLib, GIO and GObject are templates
that makes use of the autotools items of my last commit so that maintenance
of those files are simplified as new source files are added to these rather
frequently.

Suggestions are welcome for these-please let me know via BugZilla.

Thank you!

13 years agoVisual C++ 2010 Project Files: autotools files
Chun-wei Fan [Tue, 22 Feb 2011 11:58:18 +0000 (19:58 +0800)]
Visual C++ 2010 Project Files: autotools files

These are the updates to the autotools files to
ensure the expansion of the GIO, GLib and GObject
project files (*.vcxproj, *.vcxproj.filters) and to
enable the distribution of the VS2010 project files

The actual VS2010 project files will follow shortly

13 years agoUpdated British English translation
Bruce Cowan [Sun, 20 Feb 2011 16:47:56 +0000 (16:47 +0000)]
Updated British English translation

13 years agoappinfo: Do not override system default handler with less specific one
Vincent Untz [Sun, 20 Feb 2011 09:41:17 +0000 (10:41 +0100)]
appinfo: Do not override system default handler with less specific one

We were considering explicitly configured defaults for parent types
after we already got results for the specific type we're interested in.

This resulted in the explicit default for text/plain to override all
system defaults for subtypes of text/plain, for example. The explicit
default should not apply to subtypes that have a system default.

https://bugzilla.gnome.org/show_bug.cgi?id=642797

13 years agoExport _glib_get_locale_dir() as it is now used in gio, too
Tor Lillqvist [Sat, 19 Feb 2011 23:23:48 +0000 (01:23 +0200)]
Export _glib_get_locale_dir() as it is now used in gio, too

13 years agoBe more forgiving when parsing introspection xml
Matthias Clasen [Sat, 19 Feb 2011 21:27:51 +0000 (16:27 -0500)]
Be more forgiving when parsing introspection xml

Accept (and silently ignore) version attributes on <interface>
and <method> elements - these occur in the wild, and ignoring
them does not cost us anything.

13 years agoAdd a testcase for bug 637738
Matthias Clasen [Sat, 19 Feb 2011 04:46:09 +0000 (23:46 -0500)]
Add a testcase for bug 637738

13 years agoDocument G_VALUE_NOCOPY_CONTENTS
Matthias Clasen [Sat, 19 Feb 2011 03:42:24 +0000 (22:42 -0500)]
Document G_VALUE_NOCOPY_CONTENTS

https://bugzilla.gnome.org/show_bug.cgi?id=624943

13 years agoExpand the documentation of g_type_get_qdata()
Matthias Clasen [Sat, 19 Feb 2011 03:35:49 +0000 (22:35 -0500)]
Expand the documentation of g_type_get_qdata()

https://bugzilla.gnome.org/show_bug.cgi?id=613269

13 years agoUpdates
Matthias Clasen [Fri, 18 Feb 2011 04:30:45 +0000 (23:30 -0500)]
Updates

13 years agoBump micro to .2
Matthias Clasen [Fri, 18 Feb 2011 04:30:29 +0000 (23:30 -0500)]
Bump micro to .2

13 years agoFixed bugster 7007407. Do not clear stat info until a node is really
Lin Ma [Thu, 17 Feb 2011 06:57:37 +0000 (14:57 +0800)]
Fixed bugster 7007407. Do not clear stat info until a node is really
deleted.

13 years agoUpdated Bulgarian translation
Alexander Shopov [Wed, 16 Feb 2011 20:28:00 +0000 (22:28 +0200)]
Updated Bulgarian translation

13 years agogdesktopappinfo: Handle g_get_prgname() being NULL
Colin Walters [Wed, 16 Feb 2011 18:49:20 +0000 (13:49 -0500)]
gdesktopappinfo: Handle g_get_prgname() being NULL

Reported-By: Sebastien Bacher <seb128@ubuntu.com>
https://bugzilla.gnome.org/show_bug.cgi?id=642490

13 years agoUse glibc qsort_r() for g_qsort_with_data()
Matthias Clasen [Wed, 16 Feb 2011 06:28:27 +0000 (01:28 -0500)]
Use glibc qsort_r() for g_qsort_with_data()

No point in using an outdated copy that claims to
'work best on a Sun 4/260' when we can just wrap qsort_r...

13 years agoBetter documentation for g_value_dup_object().
Stef Walter [Tue, 15 Feb 2011 18:54:53 +0000 (19:54 +0100)]
Better documentation for g_value_dup_object().

State that NULL is returned when value is NULL.

13 years agogtimezone: Rename shadowing variable 'time' to 'time_'
Damien Lespiau [Thu, 30 Sep 2010 16:27:19 +0000 (17:27 +0100)]
gtimezone: Rename shadowing variable 'time' to 'time_'

13 years agoDon't report standard interfaces more than once
Matthias Clasen [Wed, 16 Feb 2011 00:50:55 +0000 (19:50 -0500)]
Don't report standard interfaces more than once

If they have a custom implementation, don't add the canned
introspection XML, just rely on the generated XML. Fixes
https://bugzilla.gnome.org/show_bug.cgi?id=642042

13 years agoAdd a (currently failing) testcase
Matthias Clasen [Wed, 16 Feb 2011 00:49:24 +0000 (19:49 -0500)]
Add a (currently failing) testcase

This testcase check that we don't report the standard interfaces
more than one in the introspection XML, see
https://bugzilla.gnome.org/show_bug.cgi?id=642042

13 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 15 Feb 2011 20:32:56 +0000 (21:32 +0100)]
Updated Spanish translation

13 years agoUpdated Italian translation
Luca Ferretti [Tue, 15 Feb 2011 12:02:30 +0000 (13:02 +0100)]
Updated Italian translation

13 years agoFix memory leaks in the gdbus introspection parser
Matthias Clasen [Tue, 15 Feb 2011 07:27:54 +0000 (02:27 -0500)]
Fix memory leaks in the gdbus introspection parser

We were getting our length zero, yet NULL-terminated arrays in
a twist in some places. Stop passing around ignored length arguments
at the same time.
https://bugzilla.gnome.org/show_bug.cgi?id=635099

13 years agoFix bug base in array-test
Matthias Clasen [Tue, 15 Feb 2011 05:02:42 +0000 (00:02 -0500)]
Fix bug base in array-test

13 years agoAdd a testcase for bug 640489
Matthias Clasen [Tue, 15 Feb 2011 05:02:13 +0000 (00:02 -0500)]
Add a testcase for bug 640489

13 years agoBug 642052 - g_timeout_add(_seconds) overflow
Ryan Lortie [Tue, 15 Feb 2011 04:21:14 +0000 (23:21 -0500)]
Bug 642052 - g_timeout_add(_seconds) overflow

Fix integer overflow error.

13 years agoBug 642052: add currently-broken test case
Ryan Lortie [Tue, 15 Feb 2011 04:20:38 +0000 (23:20 -0500)]
Bug 642052: add currently-broken test case

The test case fails for now.  It will be fixed by the next commit.

13 years agoMore GValue conversion tests
Matthias Clasen [Tue, 15 Feb 2011 00:15:41 +0000 (19:15 -0500)]
More GValue conversion tests

13 years agoVary the order of unreffing dest and src
Matthias Clasen [Tue, 15 Feb 2011 00:14:44 +0000 (19:14 -0500)]
Vary the order of unreffing dest and src

For slightly better test coverage.