Dan Winship
a5bf1c117b
Fix g_variant_get_gtype() deprecation message
...
Instead of:
warning: ‘g_variant_get_gtype’ is deprecated (declared at ../../gobject/glib-types.h:242): Use '((GType) ((21) << (2)))' instead [-Wdeprecated-declarations]
show:
warning: ‘g_variant_get_gtype’ is deprecated (declared at ../../gobject/glib-types.h:242): Use ''G_VARIANT_GET_TYPE'' instead [-Wdeprecated-declarations]
Also, document the macro-expansion problem in the
G_GNUC_DEPRECATED_FOR docs
2011-11-07 13:48:30 -05:00
Matthias Clasen
328be3938e
GObject: Don't use G_DISABLE_DEPRECATED for functions
2011-11-03 00:09:32 -04:00
Giovanni Campagna
96817746d9
Turn GKeyFile into a boxed for introspection
...
Using the new refcounting API, introduce a boxed type wrapping
GKeyFile and expose it introspection bindings in glib-types.h.
2011-10-15 17:51:25 -04:00
Pavel Holejsovsky
fe4fc3e8b5
Make GMainLoop, GMainContext and GSource boxed types
...
Also add some annotations for better usage of these types in bindings.
https://bugzilla.gnome.org/show_bug.cgi?id=657725
2011-08-31 09:37:51 +02:00
Krzesimir Nowak
cacbdf0ea8
Typo fix.
...
Fixes jhbuilding gobject-introspection.
2011-06-24 13:20:06 +02:00
Christian Persch
316efa1b5d
Add boxed GType for GMatchInfo
2011-06-24 01:03:50 +02:00
Colin Walters
dad374b1a0
glib-types.h: Include glib.h, since we use G_BEGIN_DECLS
...
This header is included individually by g-ir-scanner.
2011-06-07 16:26:43 -04:00
Colin Walters
a06863de60
Add a boxed type for GVariantBuilder, mark GVariantIter as (skip)
...
Based on a patch by Giovanni Campagna <gcampagna@src.gnome.org >
From discussion, GVariantIter is not useful for bindings, but
GVariantBuilder may be.
https://bugzilla.gnome.org/show_bug.cgi?id=646635
2011-05-31 13:37:14 -04:00
Giovanni Campagna
7c63370e3a
GObject: move GLib type definitions to a separate header
...
This way it is possible to pull them into the GLib GIR file.
Some cleanups by Colin Walters <walters@verbum.org >
https://bugzilla.gnome.org/show_bug.cgi?id=646635
2011-05-19 17:39:33 -04:00