;; -*- scheme -*- ; object definitions ... ;; Enumerations and flags ... ;; From /usr/local/include/xfce4/libxfce4util/xfce-i18n.h (define-function textdomain (c-name "xfce_textdomain") (return-type "none") (parameters '("const-gchar*" "package") '("const-gchar*" "localedir") '("const-gchar*" "encoding") ) ) (define-function strip_context (c-name "xfce_strip_context") (return-type "const-gchar*") (parameters '("const-gchar*" "msgid") '("const-gchar*" "msgval") ) ) (define-function get_file_localized (c-name "xfce_get_file_localized") (return-type "gchar*") (parameters '("const-gchar*" "filename") ) ) (define-function get_file_localized_r (c-name "xfce_get_file_localized_r") (return-type "gchar*") (parameters '("gchar*" "buffer") '("gsize" "length") '("const-gchar*" "filename") ) ) (define-function get_dir_localized (c-name "xfce_get_dir_localized") (return-type "gchar*") (parameters '("const-gchar*" "directory") ) ) (define-function get_dir_localized_r (c-name "xfce_get_dir_localized_r") (return-type "gchar*") (parameters '("gchar*" "buffer") '("gsize" "length") '("const-gchar*" "directory") ) ) (define-function get_path_localized (c-name "xfce_get_path_localized") (return-type "gchar*") (parameters '("gchar*" "dst") '("gsize" "size") '("const-gchar*" "paths") '("const-gchar*" "filename") '("GFileTest" "test") ) ) (define-function locale_match (c-name "xfce_locale_match") (return-type "guint") (parameters '("const-gchar*" "locale1") '("const-gchar*" "locale2") ) )