[vala] gtksourceview-2.0: Fix SourcePrintCompositor binding



commit 857dc4d8f2651fa9a6a1f810725e87afd49f6ec7
Author: Matias De la Puente <mfpuente ar gmail com>
Date:   Mon Jun 15 14:44:05 2009 -0300

    gtksourceview-2.0: Fix SourcePrintCompositor binding
    
    Fixes bug 585894.
    
    Signed-off-by: Matias De la Puente <mfpuente ar gmail com>

 vapi/gtksourceview-2.0.vapi                        |    2 +-
 .../gtksourceview-2.0/gtksourceview-2.0.metadata   |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gtksourceview-2.0.vapi b/vapi/gtksourceview-2.0.vapi
index 39a074a..acd3ded 100644
--- a/vapi/gtksourceview-2.0.vapi
+++ b/vapi/gtksourceview-2.0.vapi
@@ -78,7 +78,7 @@ namespace Gtk {
 		public unowned Gtk.SourceMark prev (string category);
 		public string category { get; construct; }
 	}
-	[CCode (cheader_filename = "gtksourceview/gtksourceview.h")]
+	[CCode (cheader_filename = "gtksourceview/gtksourceprintcompositor.h")]
 	public class SourcePrintCompositor : GLib.Object {
 		public void draw_page (Gtk.PrintContext context, int page_nr);
 		[CCode (has_construct_function = false)]
diff --git a/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata b/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata
index 69f0cca..562733f 100644
--- a/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata
+++ b/vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata
@@ -14,6 +14,7 @@ GtkSourceContextEngine hidden="1"
 GtkSourceContextReplace hidden="1"
 GtkSourceEngine hidden="1"
 GtkSourceLanguageManager cheader_filename="gtksourceview/gtksourcelanguagemanager.h"
+GtkSourcePrintCompositor cheader_filename="gtksourceview/gtksourceprintcompositor.h"
 GtkSourceSearchFlags cheader_filename="gtksourceview/gtksourceiter.h"
 GtkSourceStyleSchemeManager cheader_filename="gtksourceview/gtksourcestyleschememanager.h"
 gtk_source_style_scheme_manager_get_search_path is_array="1" array_null_terminated="1"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]