]> git.draconx.ca Git - gob-dx.git/blobdiff - src/test.gob
Release 0.92.2
[gob-dx.git] / src / test.gob
index 181b92d3d2ea73d08c393a6eee022c1807694505..3adbd25cd414c70b1a3589e1f11fe986edb97482 100644 (file)
@@ -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 <stdio.h>
 /* 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;