[vala] gtk+-2.0: Fix gtk_entry_completion_set_match_func binding
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Subject: [vala] gtk+-2.0: Fix gtk_entry_completion_set_match_func binding
- Date: Thu, 23 Apr 2009 11:16:50 -0400 (EDT)
commit 7028c5e7c778779970c3dc5c7d8b3795a99c7d37
Author: Jürg Billeter <j bitron ch>
Date: Thu Apr 23 17:16:09 2009 +0200
gtk+-2.0: Fix gtk_entry_completion_set_match_func binding
---
vapi/gtk+-2.0.vapi | 2 +-
vapi/packages/gtk+-2.0/gtk+-2.0.metadata | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi
index c649e10..294933d 100644
--- a/vapi/gtk+-2.0.vapi
+++ b/vapi/gtk+-2.0.vapi
@@ -1353,7 +1353,7 @@ namespace Gtk {
public EntryCompletion ();
public void set_inline_completion (bool inline_completion);
public void set_inline_selection (bool inline_selection);
- public void set_match_func (Gtk.EntryCompletionMatchFunc func, void* func_data, GLib.DestroyNotify func_notify);
+ public void set_match_func (owned Gtk.EntryCompletionMatchFunc func);
public void set_minimum_key_length (int length);
public void set_model (Gtk.TreeModel? model);
public void set_popup_completion (bool popup_completion);
diff --git a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
index 0252c7a..5a0e228 100644
--- a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
+++ b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
@@ -111,6 +111,9 @@ gtk_entry_completion_set_model.model nullable="1"
gtk_entry_completion.func transfer_ownership="1"
gtk_entry_completion.func_data hidden="1"
gtk_entry_completion.func_notify hidden="1"
+gtk_entry_completion_set_match_func.func transfer_ownership="1"
+gtk_entry_completion_set_match_func.func_data hidden="1"
+gtk_entry_completion_set_match_func.func_notify hidden="1"
gtk_false hidden="1"
gtk_file_chooser_get_current_folder transfer_ownership="1"
gtk_file_chooser_get_current_folder_uri transfer_ownership="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]