summaryrefslogtreecommitdiffstats
authorDiego Ongaro <ongardie@gmail.com>2009-06-28 19:55:42 (GMT)
committer Mike Massonnet <mmassonnet@gmail.com>2009-06-28 19:55:42 (GMT)
commitf1695e8f95e9647db4989c968cf4768476272e0e (patch)
tree7e46ec8050958935057b5dc91ea4627251392e5b
parentbc95bc604b0df5c960599b305ec83bcbb107600e (diff)
downloadxfce4-vala-f1695e8f95e9647db4989c968cf4768476272e0e.tar.bz2
Fix Xfce.HVBox cnames
Diffstat
-rw-r--r--vapi/libxfce4panel-1.0.vapi2
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/libxfce4panel-1.0.vapi b/vapi/libxfce4panel-1.0.vapi
index 53a4d74..0a68e17 100644
--- a/vapi/libxfce4panel-1.0.vapi
+++ b/vapi/libxfce4panel-1.0.vapi
@@ -104,7 +104,9 @@ namespace Xfce {
public Gtk.ArrowType get_arrow_type ();
}
public class HVBox : Gtk.Box {
+ [CCode (cname = "xfce_hvbox_new")]
public HVBox (Gtk.Orientation orientation, bool homogeneous, int spacing);
+ [CCode (cname = "xfce_hvbox_set_orientation")]
public void set_orientation (Gtk.Orientation orientation);
}