platform/upstream/gobject-introspection.git
11 years agoscanner: Ignore #defines starting with _
Colin Walters [Fri, 13 Apr 2012 19:28:49 +0000 (15:28 -0400)]
scanner: Ignore #defines starting with _

This matches our behavior for symbols (and we should probably fix this
more globally...I think we still scan _-prefixed enums).

Noticed from gudev which had #define _GUDEV_INSIDE_H 1

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

11 years agoPython3-friendly python.m4
Joanmarie Diggs [Sun, 24 Jun 2012 18:09:23 +0000 (14:09 -0400)]
Python3-friendly python.m4

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

11 years agocommon: Ensure we use $(CC) from environment when compiling scanned binaries
Colin Walters [Fri, 26 Oct 2012 18:55:54 +0000 (14:55 -0400)]
common: Ensure we use $(CC) from environment when compiling scanned binaries

GNU make will default to "gcc" if "cc" isn't found; we need to
replicate that behavior here.

Patch-suggested-by: ojab <ojab@ojab.ru>
https://bugzilla.gnome.org/show_bug.cgi?id=678678

11 years agoUpdate annotations from glib git
Martin Pitt [Thu, 25 Oct 2012 13:17:10 +0000 (15:17 +0200)]
Update annotations from glib git

11 years agoUpdate annotations from glib git
Martin Pitt [Thu, 25 Oct 2012 05:59:31 +0000 (07:59 +0200)]
Update annotations from glib git

11 years agogiscanner: Don't prefer identifier prefixes over namespaces in deps
Stef Walter [Tue, 23 Oct 2012 19:38:48 +0000 (21:38 +0200)]
giscanner: Don't prefer identifier prefixes over namespaces in deps

Use namespaces in dependencies before falling back to the deprecated
--identifier-prefix prefixes.

11 years agoscanner: Deprecate using identifier prefixes in GINames
Colin Walters [Sat, 20 Oct 2012 19:10:45 +0000 (21:10 +0200)]
scanner: Deprecate using identifier prefixes in GINames

Instead of crashing.  For more details, see the attached bug.

Based on a patch by Stef Walter <stefw@gnome.org>.

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

11 years agoUpdate annotations from glib git
Rico Tzschichholz [Wed, 17 Oct 2012 05:58:03 +0000 (07:58 +0200)]
Update annotations from glib git

11 years agoDrop calls to g_type_init()
Colin Walters [Tue, 16 Oct 2012 14:58:08 +0000 (10:58 -0400)]
Drop calls to g_type_init()

And bump our GLib requirement.

11 years ago[gobject-introspection] Add test method for GDestroy with no user data
Simon Feltman [Wed, 10 Oct 2012 23:20:50 +0000 (16:20 -0700)]
[gobject-introspection] Add test method for GDestroy with no user data

Added regress_test_callback_destroy_notify_no_user_data.
Updated Regress-1.0-expected.gir

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

11 years agogimarshallingtests: Add array/GList uint32/64 in/out API
Martin Pitt [Thu, 11 Oct 2012 14:05:37 +0000 (16:05 +0200)]
gimarshallingtests: Add array/GList uint32/64 in/out API

Add in/out API for testing arrays containing uint64, as well as GList
containing uint32 (GList and GHash can't contain 64 bit values as they store
them in pointers).

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

11 years agoMake gtk-doc not a hard dependency of gobject-introspection
Javier Jardón [Tue, 25 Sep 2012 16:17:07 +0000 (01:17 +0900)]
Make gtk-doc not a hard dependency of gobject-introspection

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

11 years agoRelease 1.34.0 GOBJECT_INTROSPECTION_1_34_0 upstream/1.34.0
Colin Walters [Mon, 24 Sep 2012 17:56:03 +0000 (13:56 -0400)]
Release 1.34.0

11 years agoUpdate annotations to glib 2.34.0
Rico Tzschichholz [Mon, 24 Sep 2012 07:24:36 +0000 (09:24 +0200)]
Update annotations to glib 2.34.0

11 years agoconfigure: Post-release version bump
Colin Walters [Tue, 18 Sep 2012 20:35:26 +0000 (16:35 -0400)]
configure: Post-release version bump

11 years agoRelease 1.33.14 GOBJECT_INTROSPECTION_1_33_14
Colin Walters [Tue, 18 Sep 2012 20:32:19 +0000 (16:32 -0400)]
Release 1.33.14

11 years agoUpdate annotations from glib git
Rico Tzschichholz [Mon, 17 Sep 2012 15:20:42 +0000 (17:20 +0200)]
Update annotations from glib git

11 years agoregress: Add API to test signals with (u)int64 params
Nicolas Dufresne [Tue, 11 Sep 2012 20:07:11 +0000 (16:07 -0400)]
regress: Add API to test signals with (u)int64 params

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

Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
11 years agoUpdate annotations from glib git
Martin Pitt [Tue, 11 Sep 2012 12:51:07 +0000 (14:51 +0200)]
Update annotations from glib git

11 years agogimarshallingtests: Add in/out int64 GValue method arguments
Martin Pitt [Mon, 10 Sep 2012 14:19:41 +0000 (16:19 +0200)]
gimarshallingtests: Add in/out int64 GValue method arguments

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

11 years agoGLib-2.0.gir: Add glib-unix.h
Colin Walters [Wed, 5 Sep 2012 12:39:36 +0000 (08:39 -0400)]
GLib-2.0.gir: Add glib-unix.h

So we pick up g_unix_signal_add() for example.

11 years agoUpdate annotations from glib git GOBJECT_INTROSPECTION_1_33_10
Rico Tzschichholz [Mon, 3 Sep 2012 19:48:16 +0000 (21:48 +0200)]
Update annotations from glib git

11 years agoginvoke: support conversion of fundamental type GParamSpec values
Mark Nauwelaerts [Mon, 3 Sep 2012 12:39:31 +0000 (14:39 +0200)]
ginvoke: support conversion of fundamental type GParamSpec values

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

11 years agoUpdate tests to show off some new features
Jasper St. Pierre [Wed, 29 Aug 2012 09:02:59 +0000 (06:02 -0300)]
Update tests to show off some new features

These includes more proper links and fundamentals.

11 years agomallardwriter: Fix fundamental false alarms for the C formatter
Jasper St. Pierre [Wed, 29 Aug 2012 17:46:02 +0000 (14:46 -0300)]
mallardwriter: Fix fundamental false alarms for the C formatter

Just use a constant translation dictionary. If somebody needs something
more fancy they can use a custom match.

11 years agomallardwriter: Fix formatting the function name
Jasper St. Pierre [Wed, 29 Aug 2012 09:07:14 +0000 (06:07 -0300)]
mallardwriter: Fix formatting the function name

This is not what format_type is for.

11 years agogirparser: Track methods/constructors by symbol
Jasper St. Pierre [Wed, 29 Aug 2012 09:06:55 +0000 (06:06 -0300)]
girparser: Track methods/constructors by symbol

In order to be able to linkify a constructor/method, we need
to first track it by symbol.

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

11 years agoast: Remove what looks to be a copy/paste error
Jasper St. Pierre [Wed, 29 Aug 2012 09:16:39 +0000 (06:16 -0300)]
ast: Remove what looks to be a copy/paste error

A symbol isn't a ctype. None of the tests failed when I removed
this, git blame wasn't very enlightening, and we don't remove this
in the remove method, so I'm thinking it's an error.

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

11 years ago.gitignore: Add doctool examples output
Jasper St. Pierre [Wed, 29 Aug 2012 17:46:35 +0000 (14:46 -0300)]
.gitignore: Add doctool examples output

11 years agotests: Don't error out if there is no existing directory
Jasper St. Pierre [Wed, 29 Aug 2012 17:40:20 +0000 (14:40 -0300)]
tests: Don't error out if there is no existing directory

11 years agomallardwriter: Remove some silly code
Jasper St. Pierre [Wed, 29 Aug 2012 08:39:53 +0000 (05:39 -0300)]
mallardwriter: Remove some silly code

This silly code was part of a debugging harness.

11 years agomallardwriter: Fix whitespace
Jasper St. Pierre [Wed, 29 Aug 2012 08:39:23 +0000 (05:39 -0300)]
mallardwriter: Fix whitespace

The whitespace should come included with the surrounding 'other'
tokens. We shouldn't need to add any.

11 years agomallardwriter: Fix property and signal output
Jasper St. Pierre [Wed, 29 Aug 2012 08:39:00 +0000 (05:39 -0300)]
mallardwriter: Fix property and signal output

11 years agogiscanner: Fix make check issues
Jasper St. Pierre [Wed, 29 Aug 2012 08:26:08 +0000 (05:26 -0300)]
giscanner: Fix make check issues

Whoops.

11 years agomallardwriter: Hack a lot more on document block processing
Jasper St. Pierre [Wed, 29 Aug 2012 00:26:55 +0000 (21:26 -0300)]
mallardwriter: Hack a lot more on document block processing

Use a new regex scanner to parse the contents of document blocks
and emit the proper XML document for it.

11 years agomallardwriter: Remove a silly try/except
Jasper St. Pierre [Tue, 28 Aug 2012 23:52:31 +0000 (20:52 -0300)]
mallardwriter: Remove a silly try/except

This isn't necessary as far as I can tell

11 years agomallardwriter: Use a more generic system for language formatting
Jasper St. Pierre [Tue, 28 Aug 2012 23:45:22 +0000 (20:45 -0300)]
mallardwriter: Use a more generic system for language formatting

11 years agomallardwriter: Remove some unused stuff
Jasper St. Pierre [Tue, 28 Aug 2012 23:42:29 +0000 (20:42 -0300)]
mallardwriter: Remove some unused stuff

11 years agodocmain: Fix error message
Jasper St. Pierre [Wed, 29 Aug 2012 00:41:19 +0000 (21:41 -0300)]
docmain: Fix error message

11 years agogirepository: Fix leak in g_vfunc_info_get_address
Jasper St. Pierre [Sat, 25 Aug 2012 07:05:17 +0000 (04:05 -0300)]
girepository: Fix leak in g_vfunc_info_get_address

We need to fix the struct info here.

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

11 years agogirepository: Add g_interface_info_find_signal
Torsten Schönfeld [Sat, 25 Aug 2012 13:51:15 +0000 (15:51 +0200)]
girepository: Add g_interface_info_find_signal

Add the convenience method g_interface_info_find_signal, mirroring
g_object_info_find_signal.

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

11 years agoscanner: methods cannot have an out-arg as their first arg
Torsten Schönfeld [Fri, 17 Aug 2012 22:27:21 +0000 (00:27 +0200)]
scanner: methods cannot have an out-arg as their first arg

This ensures that if the first argument of a function like

  gboolean gdk_rgba_parse (GdkRGBA *rgba, const gchar *spec);

is annotated as being an out-arg, the result is a class function with two
arguments, not a method with one argument.  Previously, the (out) annotation
was simply ignored.

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

11 years agoPost-release version bump
Colin Walters [Mon, 20 Aug 2012 21:34:07 +0000 (17:34 -0400)]
Post-release version bump

11 years agogimarshallingtests: Add GParamSpec return and (out) argument
Mathieu Duponchelle [Mon, 20 Aug 2012 20:43:29 +0000 (22:43 +0200)]
gimarshallingtests: Add GParamSpec return and (out) argument

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

Co-Authored-By: Martin Pitt <martinpitt@gnome.org>
11 years agogirffi: Fix g_callable_info_prepare_closure for certain callables
Jasper St. Pierre [Mon, 9 Apr 2012 20:51:08 +0000 (17:51 -0300)]
girffi: Fix g_callable_info_prepare_closure for certain callables

Namely, those that are methods and those that throw GErrors.
We have very similar code in two places that calculate arg lengths and
argument types to stick into libffi. Merge, clean up, and correct both.

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

11 years agogicallableinfo: Add two new convenience methods: is_method and can_throw_gerror
Jasper St. Pierre [Mon, 9 Apr 2012 18:41:39 +0000 (15:41 -0300)]
gicallableinfo: Add two new convenience methods: is_method and can_throw_gerror

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

11 years agoRelease 1.33.9 GOBJECT_INTROSPECTION_1_33_9
Colin Walters [Mon, 20 Aug 2012 16:33:52 +0000 (12:33 -0400)]
Release 1.33.9

11 years agoUpdate annotations from glib git
Colin Walters [Mon, 20 Aug 2012 16:33:33 +0000 (12:33 -0400)]
Update annotations from glib git

11 years agoMakefile.introspection: Add gir dependency to example
Colin Walters [Wed, 15 Aug 2012 00:40:56 +0000 (20:40 -0400)]
Makefile.introspection: Add gir dependency to example

11 years agobuild: Ensure cairo-gobject always ends up in cairo.gir
Colin Walters [Wed, 15 Aug 2012 00:27:17 +0000 (20:27 -0400)]
build: Ensure cairo-gobject always ends up in cairo.gir

We were conditionalizing on the presence of cairo in the buildroot,
but that's super lame since it makes a huge mess of the build
dependency graph.

Let's just always stick cairo-gobject in there.  I doubt anyone cares
anymore about building g-i on really old systems without it.

If they do...well, we can revisit this again.

11 years agoRevert "Implement "rename to" annotation for records"
Colin Walters [Thu, 9 Aug 2012 21:17:15 +0000 (17:17 -0400)]
Revert "Implement "rename to" annotation for records"

This reverts commit 764366f7e4ef5a765a24ffac8c60b811f38b9ad9.

It can't work right now because to really use the structures, you need
to register them as a boxed, and that means we also need to rename the
boxed type.

A future version of this patch will need to handle both the structure
name and the GType name.

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

11 years agotests: Fix coding style and compiler warning in regress
Colin Walters [Sun, 5 Aug 2012 21:24:59 +0000 (17:24 -0400)]
tests: Fix coding style and compiler warning in regress

Previous commit used old-style declarations which was broken.

11 years agoTest typedef in #define
Alban Browaeys [Tue, 24 Jul 2012 13:34:24 +0000 (15:34 +0200)]
Test typedef in #define

requires "handle unsigned properly for type of defined size" patch.

11 years agoscanner: handle unsigned properly for type of defined size
Alban Browaeys [Fri, 29 Jun 2012 02:38:04 +0000 (04:38 +0200)]
scanner: handle unsigned properly for type of defined size

11 years agogiscanner: special case G_GINT64_CONSTANT and G_GUINT64_CONSTANT + misc
Alban Browaeys [Thu, 28 Jun 2012 16:34:02 +0000 (18:34 +0200)]
giscanner: special case G_GINT64_CONSTANT and G_GUINT64_CONSTANT + misc

This let the macro expands to its value as gint64/guint64.

Also
- fix lexer identifier/typdef detection for macro and misc

- do not discard cast

11 years agogimarshallingtests: More useful assertions
Martin Pitt [Thu, 2 Aug 2012 16:48:57 +0000 (18:48 +0200)]
gimarshallingtests: More useful assertions

Convert the simple g_assert() statements into g_assert_cmp*, to show what the
actual value is in case of a failure. This makes it easier to port
g-i/pygobject/etc. to new architectures which exhibit bugs, like powerpc64.

11 years agoRegress: Update expected gir for previous changes
Colin Walters [Tue, 31 Jul 2012 12:48:47 +0000 (08:48 -0400)]
Regress: Update expected gir for previous changes

11 years agogimarshallingtests: Squash compiler warning
Colin Walters [Tue, 31 Jul 2012 12:47:57 +0000 (08:47 -0400)]
gimarshallingtests: Squash compiler warning

12 years agotests: Fix comment about expected result
Jon Nordby [Sun, 29 Jul 2012 12:56:43 +0000 (14:56 +0200)]
tests: Fix comment about expected result

12 years agoImplement "rename to" annotation for records
Jon Nordby [Sat, 23 Jun 2012 11:59:12 +0000 (13:59 +0200)]
Implement "rename to" annotation for records

https://bugzilla.gnome.org/show_bug.cgi?id=675985
Moving the early annotation pass is needed to avoid
the first type resolve pass to resolve to the not-renamed type.

12 years agoAdd test for "rename to" annotation for records
Jon Nordby [Fri, 27 Jul 2012 16:21:34 +0000 (18:21 +0200)]
Add test for "rename to" annotation for records

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

12 years agoregress: Use G_DEFINE_INTERFACE
Jasper St. Pierre [Mon, 16 Jul 2012 02:47:53 +0000 (22:47 -0400)]
regress: Use G_DEFINE_INTERFACE

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

12 years agoregress: Fix regress_test_versioning
Jasper St. Pierre [Mon, 16 Jul 2012 02:42:43 +0000 (22:42 -0400)]
regress: Fix regress_test_versioning

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

12 years agoRelease 1.33.4 GOBJECT_INTROSPECTION_1_33_4
Colin Walters [Mon, 16 Jul 2012 15:15:41 +0000 (11:15 -0400)]
Release 1.33.4

12 years agoUpdate annotations from glib git
Colin Walters [Mon, 16 Jul 2012 14:47:32 +0000 (10:47 -0400)]
Update annotations from glib git

12 years agoUpdate glib annotations from git
Rico Tzschichholz [Thu, 12 Jul 2012 07:47:12 +0000 (09:47 +0200)]
Update glib annotations from git

12 years agoGIMarshallingTests: Add method taking array of variants
Mikkel Kamstrup Erlandsen [Thu, 12 Jul 2012 06:38:13 +0000 (08:38 +0200)]
GIMarshallingTests: Add method taking array of variants

Add a new interface GIMarshallingTestsInterface3 with a method that takes an
array of variants as argument. This can be used for testing the passing of
array of variants from C to introspection clients, which is not otherwise
covered in the tests for arrays of variants.

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

Signed-off-by: Martin Pitt <martinpitt@gnome.org>
12 years agoFix GI_MARSHALLING_TESTS_INTERFACE2_GET_IFACE() definition
Martin Pitt [Thu, 12 Jul 2012 06:32:56 +0000 (08:32 +0200)]
Fix GI_MARSHALLING_TESTS_INTERFACE2_GET_IFACE() definition

This used the non-existing G_TYPE_INSTANCE_GET_INTERFACE2 macro, likely a
copy&paste error.

12 years agoUpdate glib annotations from git
Rico Tzschichholz [Wed, 11 Jul 2012 06:28:17 +0000 (08:28 +0200)]
Update glib annotations from git

12 years agoscanner: support stability tag
Evan Nemerson [Tue, 10 Jul 2012 20:59:23 +0000 (13:59 -0700)]
scanner: support stability tag

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

12 years agoscanner: Ensure "complete_ctype" patch doesn't throw an exception for anonymous unions
Colin Walters [Mon, 9 Jul 2012 00:36:50 +0000 (20:36 -0400)]
scanner: Ensure "complete_ctype" patch doesn't throw an exception for anonymous unions

The previous patch introduced a regression where we would crash on
encountering an anonymous union.  Work around this by just writing out
'gpointer' in this case, and add a regression test.

12 years agogiscanner: Write detailed information in "type" tag's "c:type" attribute.
Krzesimir Nowak [Wed, 4 Jul 2012 20:52:02 +0000 (22:52 +0200)]
giscanner: Write detailed information in "type" tag's "c:type" attribute.

That is - write also type qualifiers (const and volatile here). Update
existing tests and add a new struct to regress.h having members with
type qualifiers.

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

12 years agoscanner: Turn dead code into assertion
Colin Walters [Fri, 6 Jul 2012 15:22:08 +0000 (11:22 -0400)]
scanner: Turn dead code into assertion

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

12 years agogiscanner: Fix pointer parsing.
Krzesimir Nowak [Wed, 4 Jul 2012 20:44:02 +0000 (22:44 +0200)]
giscanner: Fix pointer parsing.

They were parsed in wrong order resulting in having wrong pointer
being const. For example - g_settings_list_schemas return type is
normally 'const gchar *const *', but parsing result was
'const gchar ** const'.

This was unnoticed, because pointer constness information is rather
not used by gobject-introspection now.

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

12 years agotests: Ignore SLetter generated gir.
Krzesimir Nowak [Wed, 4 Jul 2012 20:36:22 +0000 (22:36 +0200)]
tests: Ignore SLetter generated gir.

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

12 years agoMaintransfomer: fix again paring error domains with unregistered enums
Giovanni Campagna [Mon, 2 Jul 2012 20:51:19 +0000 (22:51 +0200)]
Maintransfomer: fix again paring error domains with unregistered enums

Previous fix was wrong, as it called to_underscores_noprefix on a
prefixed type name. The actual fix is to call the transformer to
do the prefix / type_name split, and turn the latter to underscores.
Test case included.

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

12 years agoAdd missing SLetter expected gir
Colin Walters [Mon, 2 Jul 2012 21:04:15 +0000 (17:04 -0400)]
Add missing SLetter expected gir

12 years agotests: Add GSpawnError-alike to SLetter
Colin Walters [Mon, 2 Jul 2012 20:15:05 +0000 (16:15 -0400)]
tests: Add GSpawnError-alike to SLetter

See https://bugzilla.gnome.org/show_bug.cgi?id=637025 for motivation.

12 years agotests: Add SLetter
Colin Walters [Mon, 2 Jul 2012 20:06:00 +0000 (16:06 -0400)]
tests: Add SLetter

This test case has a single-letter symbol prefix, which triggers
edge cases in the difference between prefix handling.

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

12 years agoFix build
Jasper St. Pierre [Fri, 29 Jun 2012 14:05:09 +0000 (10:05 -0400)]
Fix build

12 years agoscanner: Remove properties
Jasper St. Pierre [Thu, 28 Jun 2012 20:52:57 +0000 (16:52 -0400)]
scanner: Remove properties

We don't need a basic getter for a private field - this isn't Java.

12 years agoscanner: Don't use an O(N) lookup when we already have a hashmap
Jasper St. Pierre [Thu, 28 Jun 2012 19:13:08 +0000 (15:13 -0400)]
scanner: Don't use an O(N) lookup when we already have a hashmap

This is a general code cleanup.

12 years agofix GIArgument being exported as _Argument in .gir
Alan Knowles [Thu, 28 Jun 2012 16:07:35 +0000 (12:07 -0400)]
fix GIArgument being exported as _Argument in .gir

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

12 years agoRevert scanner fix in 64f3832
Jasper St. Pierre [Wed, 27 Jun 2012 22:02:26 +0000 (18:02 -0400)]
Revert scanner fix in 64f3832

This is incorrect -- the type name that's passed to the function
should contain a prefix. This fixes error domains for GLib errors.
Don't revert doc changes or test additions.

12 years agoRelease 1.33.3 GOBJECT_INTROSPECTION_1_33_3
Colin Walters [Tue, 26 Jun 2012 13:04:27 +0000 (09:04 -0400)]
Release 1.33.3

12 years agoUpdate glib annotations from git
Rico Tzschichholz [Sat, 23 Jun 2012 18:59:19 +0000 (20:59 +0200)]
Update glib annotations from git

12 years agoscanner: complete the enum-to-error-quark fix
Giovanni Campagna [Mon, 18 Jun 2012 17:10:50 +0000 (19:10 +0200)]
scanner: complete the enum-to-error-quark fix

Turns out that the problem was not only in the wrong matching
to GType enums, but also that the non-GType heuristics used
to_underscores instead of to_underscores_noprefix, turning DBusError
into D_Bus_Error instead of DBus_Error.
Complete with various tests.

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

12 years agoscanner: fix pairing of error quarks with registered enums
Giovanni Campagna [Sat, 16 Jun 2012 12:59:32 +0000 (14:59 +0200)]
scanner: fix pairing of error quarks with registered enums

_uscore_type_names maps from the c_symbol_prefix, which has the
global ns prefix removed, so we need to split the function symbol
before the lookup. Previously it worked because it used the heuristics
for unregistered enums (and failed for GDBusError, which has two
uppercase letters in succession)

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

12 years agoRelease 1.33.2 GOBJECT_INTROSPECTION_1_33_2
Colin Walters [Tue, 5 Jun 2012 15:20:03 +0000 (11:20 -0400)]
Release 1.33.2

12 years agoUpdate annotations to glib 2.33.2
Colin Walters [Tue, 5 Jun 2012 15:19:33 +0000 (11:19 -0400)]
Update annotations to glib 2.33.2

12 years agotests: Add marshalling test for a boxed struct property
Martin Pitt [Tue, 5 Jun 2012 09:48:15 +0000 (11:48 +0200)]
tests: Add marshalling test for a boxed struct property

Also make the _copy()/_free() methods for GIMarshallingTestsBoxedStruct get
along with NULL values.

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

12 years agotests: Add a refcounting boxed
Jasper St. Pierre [Fri, 1 Jun 2012 06:54:46 +0000 (02:54 -0400)]
tests: Add a refcounting boxed

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

12 years agotests: Add vfunc taking a caller-allocated out parameter
Martin Pitt [Fri, 1 Jun 2012 10:31:15 +0000 (12:31 +0200)]
tests: Add vfunc taking a caller-allocated out parameter

This reproduces
https://bugzilla.gnome.org/show_bug.cgi?id=653151

12 years agotests: Add marshalling test for a caller-allocated out GValue parameter
Martin Pitt [Fri, 1 Jun 2012 10:01:53 +0000 (12:01 +0200)]
tests: Add marshalling test for a caller-allocated out GValue parameter

This came up as a side issue in
https://bugzilla.gnome.org/show_bug.cgi?id=653151

12 years agoscanner: allow for functions that look like constructors but aren't
Dan Winship [Sun, 27 May 2012 00:19:39 +0000 (20:19 -0400)]
scanner: allow for functions that look like constructors but aren't

If the scanner found a function with _new in its name, but not
prefixed by the name of a known type, it would assume that the
function was a constructor, and then complain that it couldn't figure
out what it was a constructor for, and mark it introspectable=0.

Instead, just assume that the function is not actually a constructor
in that case (unless it's explicitly tagged as such).

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

12 years agogivfuncinfo: Fix memory leak
Jasper St. Pierre [Fri, 25 May 2012 20:32:44 +0000 (16:32 -0400)]
givfuncinfo: Fix memory leak

The field info wasn't being freed after it was used

12 years agotests: Fix a memory leak
Jasper St. Pierre [Fri, 25 May 2012 20:00:38 +0000 (16:00 -0400)]
tests: Fix a memory leak

We need to unref the cairo surface here, as we are making the context
be the sole owner of it.

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

12 years agotests: Add a foreign struct signal test
Jasper St. Pierre [Fri, 25 May 2012 19:24:34 +0000 (15:24 -0400)]
tests: Add a foreign struct signal test

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

12 years agotests: Fix warnings
Jasper St. Pierre [Fri, 25 May 2012 19:27:38 +0000 (15:27 -0400)]
tests: Fix warnings

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

12 years agoUpdate annotations
Jasper St. Pierre [Thu, 24 May 2012 21:53:49 +0000 (17:53 -0400)]
Update annotations