vala r1515 - in trunk: . vapi vapi/packages/gtksourceview-2.0
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1515 - in trunk: . vapi vapi/packages/gtksourceview-2.0
- Date: Sat, 31 May 2008 11:36:56 +0000 (UTC)
Author: juergbi
Date: Sat May 31 11:36:56 2008
New Revision: 1515
URL: http://svn.gnome.org/viewvc/vala?rev=1515&view=rev
Log:
2008-05-31 JÃrg Billeter <j bitron ch>
* vapi/packages/gtksourceview-2.0/:
Nullable fixes, patch by Nicolas Joseph, fixes bug 535616
* vapi/gtksourceview-2.0.vapi: regenerated
Modified:
trunk/ChangeLog
trunk/vapi/gtksourceview-2.0.vapi
trunk/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata
Modified: trunk/vapi/gtksourceview-2.0.vapi
==============================================================================
--- trunk/vapi/gtksourceview-2.0.vapi (original)
+++ trunk/vapi/gtksourceview-2.0.vapi Sat May 31 11:36:56 2008
@@ -9,7 +9,7 @@
AFTER,
ALWAYS
}
- [CCode (cprefix = "GTK_SOURCE_SEARCH_", has_type_id = "0", cheader_filename = "gtksourceview/gtksourceview.h")]
+ [CCode (cprefix = "GTK_SOURCE_SEARCH_", has_type_id = "0", cheader_filename = "gtksourceview/gtksourceiter.h")]
[Flags]
public enum SourceSearchFlags {
VISIBLE_ONLY,
@@ -246,7 +246,7 @@
public virtual 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);
+ 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);
+ 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);
}
Modified: trunk/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata
==============================================================================
--- trunk/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata (original)
+++ trunk/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata Sat May 31 11:36:56 2008
@@ -1,6 +1,12 @@
Gtk cheader_filename="gtksourceview/gtksourceview.h"
gtk_source_buffer_can_redo hidden="1"
gtk_source_buffer_can_undo hidden="1"
+gtk_source_iter_backward_search.match_start nullable="1"
+gtk_source_iter_backward_search.match_end nullable="1"
+gtk_source_iter_backward_search.limit nullable="1"
+gtk_source_iter_forward_search.match_start nullable="1"
+gtk_source_iter_forward_search.match_end nullable="1"
+gtk_source_iter_forward_search.limit nullable="1"
GtkSourceBuffer::highlight_updated hidden="1"
GtkSourceBuffer::marker_updated hidden="1"
GtkSourceContextData hidden="1"
@@ -8,6 +14,8 @@
GtkSourceContextReplace hidden="1"
GtkSourceEngine hidden="1"
GtkSourceLanguageManager cheader_filename="gtksourceview/gtksourcelanguagemanager.h"
+GtkSourceSearchFlags cheader_filename="gtksourceview/gtksourceiter.h"
GtkSourceStyleSchemeManager cheader_filename="gtksourceview/gtksourcestyleschemamanager.h"
GtkTextRegion hidden="1"
GtkTextRegionIterator hidden="1"
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]