Ryan Lortie
7936af6934
GVariantType: gut g_variant_type_check()
...
This function is causing an insane amount of wasted time on some
real-world profiles and it's pretty useless since we already have
GVariantType (as a type different from a string) for the purpose of
static type safety.
Disable it for now. We can possibly turn this back on again if we solve
bug #544026 .
https://bugzilla.gnome.org/show_bug.cgi?id=679835
2012-08-27 16:12:30 -04:00
Krzesimir Nowak
cd8ec3359b
GVariantType: Add (constructor) annotation for some constructors.
...
This are mistaken by g-ir-scanner as GVariantType's methods, because
they take a GVariantType* as a first parameter.
https://bugzilla.gnome.org/show_bug.cgi?id=679968
2012-07-16 17:58:22 +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
Ryan Lortie
0e0554bd62
GVariant: drop use of @returns
2011-11-21 11:33:21 -05:00
Pavel Holejsovsky
85d12096e4
Add missing GVariant annotations
...
https://bugzilla.gnome.org/show_bug.cgi?id=656031
2011-08-06 11:32:18 +02:00
Giovanni Campagna
e61fa51fd5
GVariant: fix introspection annotations
...
Add transfer annotations for most functions, as well as some (array)
and (skip) for functions that use varargs.
https://bugzilla.gnome.org/show_bug.cgi?id=646635
2011-05-27 15:56:50 -04:00
Murray Cumming
3ac7e0a7fe
Docs: Change DBus to D-Bus
2011-04-04 09:22:06 +02:00
Murray Cumming
30fdc1a799
Docs: Changed can not to cannot.
2011-03-24 09:33:55 +01:00
Ryan Lortie
d2a2fe96a3
GVariant docs cleanups
...
Fix some gtk-doc warnings
2011-03-04 00:57:51 -05:00
Johan Dahlin
fdaaa22b58
Correct gtk-doc SECTION: syntax
...
g-ir-scanner does not allow a space between the : and the
section name.
2011-02-01 16:18:02 -02:00
Ryan Lortie
2e53e50244
glib/: fully remove galias hacks
2010-07-07 19:34:35 -04:00
Ryan Lortie
515434bdcb
GVariantIter, GVariantBuilder
2010-02-22 00:39:01 -05:00
Ryan Lortie
e04c9c699c
add missing #include "config.h"
2010-02-07 15:43:06 -05:00
Ryan Lortie
2f4bc34b32
gvarianttype: fix a trivial missing const
2010-01-30 00:01:26 -05:00
Ryan Lortie
1d55cfb51e
don't #include <glib.h> from other public headers
...
fix up some problems that were hidden by that
2010-01-30 00:01:26 -05:00
Javier Jardón
b0d2f344a6
[glib/gvarianttype] Move some documentation to header file
...
Also, change G_VARIANT_TYPE(str) for G_VARIANT_TYPE(type_string)
so It's correctly documented now.
2010-01-26 20:35:24 +01:00
Javier Jardón
3c66490503
[glib/gvariantype] Added missing "Since: 2.24" tag
2010-01-26 19:00:41 +01:00
Ryan Lortie
0ccb288da1
merge GVariantType
...
GVariantType is the type system for GVariant
2010-01-25 11:27:28 -05:00