Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vala-bindings [2012/10/21 17:09] – [Static Classes] mikevala-bindings [2012/10/26 02:23] (current) – [Vala Bindings] mike
Line 1: Line 1:
 ====== Vala Bindings ====== ====== Vala Bindings ======
-Vala bindings can be downloaded at http://archive.xfce.org/src/bindings/xfce4-vala. 
  
-Git repository is available at http://git.xfce.org/bindings/xfce4-vala.+Xfce4 Vala provides bindings for the Xfce framework. 
 + 
 +[[http://live.gnome.org/Vala|Vala]] is a new programming language that aims to bring modern programming language features to GNOME  developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. 
 + 
 +  * [[http://archive.xfce.org/src/bindings/xfce4-vala|Xfce4-vala download archive]] 
 +  * [[http://git.xfce.org/bindings/xfce4-vala|Git repository]] 
 + 
 +The automatic generated VAPI files are available in the [[http://git.xfce.org/bindings/xfce4-vala/tree/vapi|vapi]] subdirectory, those are usually self-explanatory.
  
-Automatic generated VAPI files are available in the directory http://git.xfce.org/bindings/xfce4-vala/tree/vapi, they are self explanatory. 
 ===== libxfce4util ===== ===== libxfce4util =====
  
-The generated VAPI file covers for these headers:+The generated VAPI file covers these headers:
  
 libxfce4util-config.h \\ libxfce4util-config.h \\
Line 60: Line 65:
 ===== garcon ===== ===== garcon =====
  
-The generated VAPI file covers for these headers:+The generated VAPI file covers these headers:
  
 garcon-config.h \\ garcon-config.h \\
Line 82: Line 87:
 ===== xfconf ===== ===== xfconf =====
  
-The generated VAPI file covers for these headers:+The generated VAPI file covers these headers:
  
 xfconf-binding.h \\ xfconf-binding.h \\
Line 97: Line 102:
 ===== libxfce4ui ===== ===== libxfce4ui =====
  
-The generated VAPI file covers for these headers:+The generated VAPI file covers these headers:
  
 libxfce4ui-config.h \\ libxfce4ui-config.h \\
Line 110: Line 115:
 ===== exo ===== ===== exo =====
  
-The generated VAPI file covers for these headers:+The generated VAPI file covers these headers:
  
 exo-binding.h \\ exo-binding.h \\
Line 164: Line 169:
   * Utils (exo-utils.h)   * Utils (exo-utils.h)
  
 +===== libxfce4panel =====
 +
 +The generated VAPI file covers these headers:
 +
 +libxfce4panel-config.h \\
 +libxfce4panel-enums.h \\
 +libxfce4panel-enum-types.h \\
 +xfce-arrow-button.h \\
 +xfce-hvbox.h \\
 +xfce-panel-convenience.h \\
 +xfce-panel-image.h \\
 +xfce-panel-macros.h \\
 +xfce-panel-plugin.h \\
 +xfce-panel-plugin-provider.h
 +
 +==== Excluded ====
 +
 +  * Xfce 4.6 macros (xfce-panel-macros-46.h)