Backslash ${prefix} for kde3 too...
[gnash.git] / gui / pythonmod / gnash.defs
blobe62eadb1e9876fad33117ae3a0befae78dee2619
1 (define-object View
2   (in-module "Gnash")
3   (parent "GtkBin")
4   (c-name "GnashView")
5   (gtype-id "GNASH_TYPE_VIEW")
8 (define-method call
9   (of-object "GnashView")
10   (c-name "gnash_view_call")
11   (return-type "const-char*")
12   (parameters
13     '("const-char*" "func_name")
14     '("const-char*" "input_data" (null-ok) (default "NULL"))
15   )