From: Mathias Hasselmann Date: Sun, 2 Sep 2007 10:12:03 +0000 (+0000) Subject: regenerated for release 1.90.4 X-Git-Tag: VALA_0_1_4~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1e489ab057cf1dc0ccfcc3be65e97a6440b6c7d;p=thirdparty%2Fvala.git regenerated for release 1.90.4 2007-09-02 Mathias Hasselmann * vapi/packages/gtksourceview-2.0/gtksourceview-2.0.gidl, vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata, vapi/gtksourceview-2.0.vala: regenerated for release 1.90.4 svn path=/trunk/; revision=572 --- diff --git a/ChangeLog b/ChangeLog index e0314fcf2..ddc5ce049 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-09-02 Mathias Hasselmann + + * vapi/packages/gtksourceview-2.0/gtksourceview-2.0.gidl, + vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata, + vapi/gtksourceview-2.0.vala: regenerated for release 1.90.4 + 2007-09-01 Jürg Billeter * vapigen/gidlgen/gapi2xml.pl, vapigen/gidlgen/gidlgen.in: avoid diff --git a/vapi/gtksourceview-2.0.vala b/vapi/gtksourceview-2.0.vala index 74256e5df..d08b25011 100644 --- a/vapi/gtksourceview-2.0.vala +++ b/vapi/gtksourceview-2.0.vala @@ -1,4 +1,4 @@ -/* gtksourceview-2.0.vala generated by lt-vapigen, do not modify. */ +/* gtksourceview-2.0.vala generated by vapigen, do not modify. */ [CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_")] namespace Gtk { @@ -37,9 +37,9 @@ namespace Gtk { public void delete_marker (Gtk.SourceMarker marker); public void end_not_undoable_action (); public void ensure_highlight (out Gtk.TextIter start, out Gtk.TextIter end); - public bool get_check_brackets (); public weak Gtk.SourceMarker get_first_marker (); - public bool get_highlight (); + public bool get_highlight_matching_brackets (); + public bool get_highlight_syntax (); public void get_iter_at_marker (out Gtk.TextIter iter, Gtk.SourceMarker marker); public weak Gtk.SourceLanguage get_language (); public weak Gtk.SourceMarker get_last_marker (); @@ -54,14 +54,14 @@ namespace Gtk { public SourceBuffer (Gtk.TextTagTable table); public SourceBuffer.with_language (Gtk.SourceLanguage language); public void redo (); - public void set_check_brackets (bool check_brackets); - public void set_highlight (bool highlight); + public void set_highlight_matching_brackets (bool highlight); + public void set_highlight_syntax (bool highlight); public void set_language (Gtk.SourceLanguage language); public void set_max_undo_levels (int max_undo_levels); public void set_style_scheme (Gtk.SourceStyleScheme scheme); public void undo (); - public weak bool check_brackets { get; set; } - public weak bool highlight { get; set; } + public weak bool highlight_syntax { get; set; } + public weak bool highlight_matching_brackets { get; set; } public weak int max_undo_levels { get; set; } public weak Gtk.SourceLanguage language { get; set; } [NoAccessorMethod] @@ -90,13 +90,14 @@ namespace Gtk { [CCode (cheader_filename = "gtksourceview/gtksourcelanguagemanager.h")] public class SourceLanguageManager : GLib.Object { public static weak Gtk.SourceLanguageManager get_default (); - public weak Gtk.SourceLanguage get_language_by_id (string id); + public weak Gtk.SourceLanguage get_language (string id); + public weak string get_language_ids (); public weak string get_search_path (); public static GLib.Type get_type (); - public weak GLib.SList list_languages (); public SourceLanguageManager (); public void set_search_path (string dirs); public weak string[] search_path { get; set; } + public weak string[] language_ids { get; } } [CCode (cheader_filename = "gtksourceview/gtksourceview.h")] public class SourceMarker : GLib.Object { @@ -114,6 +115,8 @@ namespace Gtk { public weak Gtk.SourceStyle copy (); public static GLib.Type get_type (); [NoAccessorMethod] + public weak string line_background { get; construct; } + [NoAccessorMethod] public weak string background { get; construct; } [NoAccessorMethod] public weak string foreground { get; construct; } @@ -126,6 +129,8 @@ namespace Gtk { [NoAccessorMethod] public weak bool strikethrough { get; construct; } [NoAccessorMethod] + public weak bool line_background_set { get; construct; } + [NoAccessorMethod] public weak bool foreground_set { get; construct; } [NoAccessorMethod] public weak bool background_set { get; construct; } @@ -138,71 +143,71 @@ namespace Gtk { [NoAccessorMethod] public weak bool strikethrough_set { get; construct; } } - [CCode (cheader_filename = "gtksourceview/gtksourcestylemanager.h")] - public class SourceStyleManager : GLib.Object { - public void append_search_path (string path); - public void force_rescan (); - public static weak Gtk.SourceStyleManager get_default (); - public weak Gtk.SourceStyleScheme get_scheme (string scheme_id); - public weak string get_scheme_ids (); - public weak string get_search_path (); - public static GLib.Type get_type (); - public SourceStyleManager (); - public void prepend_search_path (string path); - public void set_search_path (string path); - public weak string[] search_path { get; set; } - public weak string[] scheme_ids { get; } - } [CCode (cheader_filename = "gtksourceview/gtksourceview.h")] public class SourceStyleScheme : GLib.Object { - public bool get_current_line_color (out Gdk.Color color); + public weak string get_authors (); public weak string get_description (); public weak string get_filename (); public weak string get_id (); - public weak Gtk.SourceStyle get_matching_brackets_style (); public weak string get_name (); public weak Gtk.SourceStyle get_style (string style_id); public static GLib.Type get_type (); [NoAccessorMethod] public weak string id { get; construct; } - [NoAccessorMethod] - public weak string name { get; set; } + public weak string name { get; } + public weak string description { get; } public weak string filename { get; } } + [CCode (cheader_filename = "gtksourceview/gtksourcestyleschemamanager.h")] + public class SourceStyleSchemeManager : GLib.Object { + public void append_search_path (string path); + public void force_rescan (); + public weak Gtk.SourceStyleScheme get_scheme (string scheme_id); + public weak string get_scheme_ids (); + public weak string get_search_path (); + public static GLib.Type get_type (); + public void prepend_search_path (string path); + [NoAccessorMethod] + public weak string[] search_path { get; set; } + public weak string[] scheme_ids { get; } + } [CCode (cheader_filename = "gtksourceview/gtksourceview.h")] public class SourceView : Gtk.TextView { public bool get_auto_indent (); public bool get_highlight_current_line (); public bool get_indent_on_tab (); + public int get_indent_width (); public bool get_insert_spaces_instead_of_tabs (); - public uint get_margin (); public weak Gdk.Pixbuf get_marker_pixbuf (string marker_type); + public uint get_right_margin_position (); public bool get_show_line_markers (); public bool get_show_line_numbers (); - public bool get_show_margin (); + public bool get_show_right_margin (); public Gtk.SourceSmartHomeEndType get_smart_home_end (); - public uint get_tabs_width (); + public uint get_tab_width (); public static GLib.Type get_type (); public SourceView (); public SourceView.with_buffer (Gtk.SourceBuffer buffer); public void set_auto_indent (bool enable); public void set_highlight_current_line (bool show); public void set_indent_on_tab (bool enable); + public void set_indent_width (int width); public void set_insert_spaces_instead_of_tabs (bool enable); - public void set_margin (uint margin); public void set_marker_pixbuf (string marker_type, Gdk.Pixbuf pixbuf); + public void set_right_margin_position (uint pos); public void set_show_line_markers (bool show); public void set_show_line_numbers (bool show); - public void set_show_margin (bool show); + public void set_show_right_margin (bool show); public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_he); - public void set_tabs_width (uint width); + public void set_tab_width (uint width); public weak bool show_line_numbers { get; set; } public weak bool show_line_markers { get; set; } - public weak uint tabs_width { get; set; } + public weak uint tab_width { get; set; } + public weak int indent_width { get; set; } public weak bool auto_indent { get; set; } public weak bool insert_spaces_instead_of_tabs { get; set; } - public weak bool show_margin { get; set; } - public weak uint margin { get; set; } + public weak bool show_right_margin { get; set; } + public weak uint right_margin_position { get; set; } public weak Gtk.SourceSmartHomeEndType smart_home_end { get; set; } public weak bool highlight_current_line { get; set; } public weak bool indent_on_tab { get; set; } diff --git a/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.gidl b/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.gidl index a74f32e32..c30b96c60 100644 --- a/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.gidl +++ b/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.gidl @@ -33,9 +33,9 @@ - - - + + + @@ -103,19 +103,19 @@ - - + + - - + + - + @@ -209,14 +209,14 @@ - + - + - + @@ -364,31 +364,32 @@ + - + - - + + - - - - - + + + + + @@ -447,12 +448,14 @@ + + @@ -469,74 +472,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - @@ -557,12 +502,6 @@ - - - - - - @@ -580,15 +519,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - - + + @@ -622,14 +609,14 @@ - - + + - - + + @@ -641,6 +628,12 @@ + + + + + + @@ -653,7 +646,7 @@ - + @@ -665,7 +658,7 @@ - + @@ -701,18 +694,18 @@ - + - + - + - + @@ -723,6 +716,13 @@ + + + + + + + @@ -737,7 +737,7 @@ - + @@ -751,7 +751,7 @@ - + diff --git a/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata b/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata index 9a0678968..e8050a0e2 100644 --- a/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata +++ b/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata @@ -8,7 +8,6 @@ GtkSourceContextEngine hidden="1" GtkSourceContextReplace hidden="1" GtkSourceEngine hidden="1" GtkSourceLanguageManager cheader_filename="gtksourceview/gtksourcelanguagemanager.h" -GtkSourceStyleManager cheader_filename="gtksourceview/gtksourcestylemanager.h" -GtkTextIter is_value_type="1" +GtkSourceStyleSchemeManager cheader_filename="gtksourceview/gtksourcestyleschemamanager.h" GtkTextRegion hidden="1" GtkTextRegionIterator hidden="1"