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 revisionBoth sides next revision
vala-bindings [2012/10/21 15:40] – [xfconf] mikevala-bindings [2012/10/21 15:44] mike
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 90: Line 90:
  
   * 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
-  * **Xfconf.Property**: class with static functions (bind, unbind)+  * **Xfconf.Property**: class with static methods (bind, unbind)
   * Drop functions that take a **va_list**   * Drop functions that take a **va_list**
   * Drop functions that take or return a **GPtrArray**   * Drop functions that take or return a **GPtrArray**