[gnome-contacts: 28/29] Fix vapi file to not we don't have a construct function anymore
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts: 28/29] Fix vapi file to not we don't have a construct function anymore
- Date: Thu, 16 Aug 2012 18:41:43 +0000 (UTC)
commit ce28bb7b142c3adfe007672300769daae1f92530
Author: Alexander Larsson <alexl redhat com>
Date: Thu Aug 16 20:37:46 2012 +0200
Fix vapi file to not we don't have a construct function anymore
egglistbox.vapi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/egglistbox.vapi b/egglistbox.vapi
index 530fccc..8fe65cb 100644
--- a/egglistbox.vapi
+++ b/egglistbox.vapi
@@ -3,6 +3,7 @@ namespace Egg {
public class ListBox : Gtk.Container {
public delegate bool FilterFunc (Gtk.Widget child);
public delegate void UpdateSeparatorFunc (ref Gtk.Widget? separator, Gtk.Widget child, Gtk.Widget? before);
+ [CCode (has_construct_function = false)]
public ListBox ();
public override void add (Gtk.Widget widget);
public void add_to_scrolled (Gtk.ScrolledWindow scrolled);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]