summaryrefslogtreecommitdiff
path: root/gobject-introspection
diff options
context:
space:
mode:
authorJuerg Billeter <j@bitron.ch>2008-05-25 09:47:07 +0000
committerJürg Billeter <juergbi@src.gnome.org>2008-05-25 09:47:07 +0000
commit1981f308ce464184d1872e1838ce6ffb8260b68b (patch)
tree7318b31fa60e5cc87e7b340c47971c1345de19f8 /gobject-introspection
parent7f488888d6a9c57b46f3846ffa8421ccef23919c (diff)
downloadvala-1981f308ce464184d1872e1838ce6ffb8260b68b.tar.gz
Deprecate static classes, patch by Jared Moore, fixes bug 524509
2008-05-25 Juerg Billeter <j@bitron.ch> * vala/valaparser.vala: Deprecate static classes, patch by Jared Moore, fixes bug 524509 * vala/valareport.vala: * tests/classes.vala: * tests/structs.vala: * gobject-introspection/gidl.vapi: * vapi/dbus-glib-1.vapi: * vapi/glib-2.0.vapi: * vapi/libxml-2.0.vapi: * vapi/taglib_c.vapi: * vapi/packages/gstreamer-video-0.10/: Replace static classes by namespaces * vapi/gstreamer-video-0.10.vapi: regenerated svn path=/trunk/; revision=1422
Diffstat (limited to 'gobject-introspection')
-rw-r--r--gobject-introspection/gidl.vapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject-introspection/gidl.vapi b/gobject-introspection/gidl.vapi
index 933ee44c8..e2bae696b 100644
--- a/gobject-introspection/gidl.vapi
+++ b/gobject-introspection/gidl.vapi
@@ -23,8 +23,8 @@
[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h")]
namespace GLib {
[CCode (cheader_filename = "gidlparser.h")]
- public static class Idl {
- public static List<IdlModule> parse_file (string filename) throws MarkupError;
+ namespace Idl {
+ public List<IdlModule> parse_file (string filename) throws MarkupError;
}
[CCode (free_function = "g_idl_module_free", cheader_filename = "gidlmodule.h")]