summaryrefslogtreecommitdiff
path: root/vapi/gtksourceview-2.0.vapi
diff options
context:
space:
mode:
authorJuerg Billeter <j@bitron.ch>2008-02-15 12:29:20 +0000
committerJürg Billeter <juergbi@src.gnome.org>2008-02-15 12:29:20 +0000
commit822dea3f765c9adaa3c195dc30c7eb94701dd98c (patch)
treeb790e44638304df7331db911e59ce1ac26b810b4 /vapi/gtksourceview-2.0.vapi
parent31f27addcbf8c7f59cc0b018c31a6f7a61e75f27 (diff)
downloadvala-822dea3f765c9adaa3c195dc30c7eb94701dd98c.tar.gz
write cheader_filename for namespace methods
2008-02-15 Juerg Billeter <j@bitron.ch> * vala/valainterfacewriter.vala: write cheader_filename for namespace methods * vapi/: regenerated bindings, fixes bug 514350 svn path=/trunk/; revision=1012
Diffstat (limited to 'vapi/gtksourceview-2.0.vapi')
-rw-r--r--vapi/gtksourceview-2.0.vapi2
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/gtksourceview-2.0.vapi b/vapi/gtksourceview-2.0.vapi
index 0272724d1..29d231949 100644
--- a/vapi/gtksourceview-2.0.vapi
+++ b/vapi/gtksourceview-2.0.vapi
@@ -245,6 +245,8 @@ namespace Gtk {
public signal void redo ();
public signal void undo ();
}
+ [CCode (cheader_filename = "gtksourceview/gtksourceview.h")]
public static bool source_iter_backward_search (Gtk.TextIter iter, string str, Gtk.SourceSearchFlags flags, Gtk.TextIter match_start, Gtk.TextIter match_end, Gtk.TextIter limit);
+ [CCode (cheader_filename = "gtksourceview/gtksourceview.h")]
public static bool source_iter_forward_search (Gtk.TextIter iter, string str, Gtk.SourceSearchFlags flags, Gtk.TextIter match_start, Gtk.TextIter match_end, Gtk.TextIter limit);
}