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
Next revisionBoth sides next revision
vala-bindings [2012/10/21 03:15] – [libxfcegui4] -- Update against libxfce4ui mikevala-bindings [2012/10/21 15:44] mike
Line 7: Line 7:
 ===== libxfce4util ===== ===== libxfce4util =====
  
-The generated VAPI file covers for these headers.+The generated VAPI file covers for these headers:
  
 libxfce4util-config.h \\ libxfce4util-config.h \\
Line 30: Line 30:
 //xfce-resource.h excluded, custom VAPI.// //xfce-resource.h excluded, custom VAPI.//
  
-  * **Xfce.Resource**: class with static functions+  * **Xfce.Resource**: class with static methods
     * deprecate XfceMatchFunc, match_custom, pop_path, push_path     * deprecate XfceMatchFunc, match_custom, pop_path, push_path
   * **Xfce.ResourceType.***: XFCE_RESOURCE_TYPE_* enum   * **Xfce.ResourceType.***: XFCE_RESOURCE_TYPE_* enum
Line 38: Line 38:
 //xfce-posix-signal-handler.h excluded, custom VAPI.// //xfce-posix-signal-handler.h excluded, custom VAPI.//
  
-  * **Xfce.PosixSignalHandler**: class with static functions+  * **Xfce.PosixSignalHandler**: class with static methods
     * Xfce.PosixSignalHandler.Callback: callback for set_handler function     * Xfce.PosixSignalHandler.Callback: callback for set_handler function
  
Line 89: Line 89:
 xfconf.h xfconf.h
  
-  * Custom VAPI for Xfconf.init in order to throw Xfconf.Error instead of GLib.Error +  * Custom VAPI for **Xfconf.init** in order to throw Xfconf.Error instead of GLib.Error 
-  * Rename xfconf_g_property_inside the class Xfconf.Property +  * **Xfconf.Property**: class with static methods (bind, unbind) 
-  * Drop the functions that take a va_list in argument +  * Drop functions that take a **va_list** 
-  * Drop the functions that take or return a GPtrArray +  * Drop functions that take or return a **GPtrArray** 
-  Drop xfconf_free_array +  * **int16** GType is not implemented (source xfconf-types.h excluded)
-  * int16 GType is not implemented (source xfconf-types.h excluded)+
  
 ===== libxfce4ui ===== ===== libxfce4ui =====