diff options
author | Juerg Billeter <j@bitron.ch> | 2008-04-13 15:44:44 +0000 |
---|---|---|
committer | Jürg Billeter <juergbi@src.gnome.org> | 2008-04-13 15:44:44 +0000 |
commit | 206cd6716043d886c6531ca358f5b442c5ea991e (patch) | |
tree | 0d277104d825ce27f0aefa6734071809aabbf1b5 /gobject-introspection | |
parent | 67916b6274ed6dfbc0200cca77a52f1f21848486 (diff) | |
download | vala-206cd6716043d886c6531ca358f5b442c5ea991e.tar.gz |
report warning when using obsolete syntax for non-null types
2008-04-13 Juerg Billeter <j@bitron.ch>
* vala/valaparser.vala: report warning when using obsolete syntax
for non-null types
* */*.vala, */*.vapi: port to new syntax
svn path=/trunk/; revision=1208
Diffstat (limited to 'gobject-introspection')
-rw-r--r-- | gobject-introspection/gidl.vapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection/gidl.vapi b/gobject-introspection/gidl.vapi index 300a4a5c2..933ee44c8 100644 --- a/gobject-introspection/gidl.vapi +++ b/gobject-introspection/gidl.vapi @@ -24,7 +24,7 @@ namespace GLib { [CCode (cheader_filename = "gidlparser.h")] public static class Idl { - public static List<IdlModule> parse_file (string! filename) throws MarkupError; + public static List<IdlModule> parse_file (string filename) throws MarkupError; } [CCode (free_function = "g_idl_module_free", cheader_filename = "gidlmodule.h")] |