Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vala-bindings [2012/10/21 15:40] – [xfconf] mike | vala-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:// | ||
| - | Git repository | + | Xfce4 Vala provides bindings for the Xfce framework. |
| + | |||
| + | [[http:// | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | The automatic generated VAPI files are available | ||
| - | Automatic generated VAPI files are available in the directory http:// | ||
| ===== libxfce4util ===== | ===== libxfce4util ===== | ||
| - | The generated VAPI file covers | + | The generated VAPI file covers these headers: |
| libxfce4util-config.h \\ | libxfce4util-config.h \\ | ||
| Line 30: | Line 35: | ||
| // | // | ||
| - | * **Xfce.Resource**: | + | * **Xfce.Resource**: |
| * deprecate XfceMatchFunc, | * deprecate XfceMatchFunc, | ||
| * **Xfce.ResourceType.***: | * **Xfce.ResourceType.***: | ||
| Line 38: | Line 43: | ||
| // | // | ||
| - | * **Xfce.PosixSignalHandler**: | + | * **Xfce.PosixSignalHandler**: |
| * Xfce.PosixSignalHandler.Callback: | * Xfce.PosixSignalHandler.Callback: | ||
| Line 60: | Line 65: | ||
| ===== garcon ===== | ===== garcon ===== | ||
| - | The generated VAPI file covers | + | The generated VAPI file covers these headers: |
| garcon-config.h \\ | garcon-config.h \\ | ||
| Line 82: | Line 87: | ||
| ===== xfconf ===== | ===== xfconf ===== | ||
| - | The generated VAPI file covers | + | The generated VAPI file covers these headers: |
| xfconf-binding.h \\ | xfconf-binding.h \\ | ||
| Line 90: | Line 95: | ||
| * 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**: | + | * **Xfconf.Property**: |
| * 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** | ||
| Line 97: | Line 102: | ||
| ===== libxfce4ui ===== | ===== libxfce4ui ===== | ||
| - | The generated VAPI file covers | + | The generated VAPI file covers these headers: |
| libxfce4ui-config.h \\ | libxfce4ui-config.h \\ | ||
| Line 110: | Line 115: | ||
| ===== exo ===== | ===== exo ===== | ||
| - | | + | The generated VAPI file covers these headers: |
| - | | + | |
| - | * move exo_str_get_md5_str function into the class Exo.Md5 | + | exo-binding.h \\ |
| - | | + | exo-cell-renderer-ellipsized-text.h \\ |
| - | * move functions from execute.h to the class Exo.Execute | + | exo-cell-renderer-icon.h \\ |
| - | * rename | + | exo-config.h \\ |
| + | exo-enum-types.h \\ | ||
| + | exo-execute.h \\ | ||
| + | exo-gdk-pixbuf-extensions.h \\ | ||
| + | exo-gobject-extensions.h \\ | ||
| + | exo-gtk-extensions.h \\ | ||
| + | exo-icon-bar.h \\ | ||
| + | exo-icon-chooser-dialog.h \\ | ||
| + | exo-icon-view.h \\ | ||
| + | exo-job.h \\ | ||
| + | exo-simple-job.h \\ | ||
| + | exo-string.h \\ | ||
| + | exo-toolbars-editor-dialog.h \\ | ||
| + | exo-toolbars-editor.h \\ | ||
| + | exo-toolbars-model.h \\ | ||
| + | exo-toolbars-view.h \\ | ||
| + | exo-tree-view.h \\ | ||
| + | exo-wrap-table.h \\ | ||
| + | exo-xsession-client.h | ||
| + | |||
| + | ==== Static Classes ==== | ||
| + | |||
| + | // | ||
| + | |||
| + | * **Exo.Extensions**: class with static methods (exo_g_value_*, exo_gdk_pixbuf_*, | ||
| + | * Moved all related functions | ||
| + | |||
| + | // | ||
| + | |||
| + | * **Exo.Execute**: class with static methods (exo_execute_*) | ||
| + | |||
| + | // | ||
| + | |||
| + | * **Exo.String**: class with static methods (exo_str*) | ||
| + | |||
| + | ==== Name Conflicts ==== | ||
| + | |||
| + | * Rename | ||
| * exo_icon_view_item_activated() => exo_icon_view_activate_item() | * exo_icon_view_item_activated() => exo_icon_view_activate_item() | ||
| * ExoIconView:: | * ExoIconView:: | ||
| Line 123: | Line 165: | ||
| * ExoToolbarsModel:: | * ExoToolbarsModel:: | ||
| + | ==== Excluded ==== | ||
| + | |||
| + | * 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) | ||