X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/774037b15064dcc6e4995c0bba3b24abb1bde35f..e10d6e307623d0952f6e1f5d9fee8720ddab4808:/src/test.gob?ds=sidebyside diff --git a/src/test.gob b/src/test.gob index 181b92d..3adbd25 100644 --- a/src/test.gob +++ b/src/test.gob @@ -5,6 +5,20 @@ requires 0.92.1 +%headertop{ +/* this should go on the very top of the header */ +%} +%ht{ +/* this should go on the very top of the header as well */ +%} +%ph{ +/* this should go into the private header */ +%} +%privateheader{ +/* this should go into the private header as well*/ +%} + + %{ #include /* the next line is not mandatory, but if gob finds an include in one of @@ -25,6 +39,9 @@ static void jjjj(void); %h{ void bubu(void); %} +%header{ +/* this should be in the header, just under bubu prototype */ +%} class Gtk:Weird:Button from Gtk:Button { public int i;