[Vala] class/method resolver
- From: pancake <pancake youterm com>
- To: Vala paldo org
- Subject: [Vala] class/method resolver
- Date: Sun, 16 Sep 2007 21:41:32 +0200
I have written a small tool to resolve classes and methods from .vala
files (preferibly generated by vapigen ;). This is a small hack written
in perl just for playing a bit.
Maybe it can be useful to somebody.
http://news.nopcode.org/miau/wk/Vala
Example:
$ v.pl
class About : Gtk.Dialog
class App : Gtk.Window
class AppBar : Gtk.HBox
class Client : Gtk.Object
class ColorPicker : Gtk.Button
...
$ v.pl Flow
class Flow
static weak string get_name (Gst.FlowReturn ret);
static GLib.Quark to_quark (Gst.FlowReturn ret);
--pancake
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]