comparison lisp/gtk-ffi.el @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents 308d34e9f07d 3889ef128488
children
comparison
equal deleted inserted replaced
5473:ac37a5f7e5be 5474:4dee0387b9de
36 (GdkPixmap . GdkWindow)) 36 (GdkPixmap . GdkWindow))
37 "An assoc list of aliases for commonly used GTK types that are not 37 "An assoc list of aliases for commonly used GTK types that are not
38 really part of the object system.") 38 really part of the object system.")
39 39
40 (defvar gtk-ffi-debug nil 40 (defvar gtk-ffi-debug nil
41 "If non-nil, all functions defined wiht `gtk-import-function' will be checked 41 "If non-nil, all functions defined with `gtk-import-function' will be checked
42 for missing marshallers.") 42 for missing marshallers.")
43 43
44 (defun gtk-ffi-check-function (func) 44 (defun gtk-ffi-check-function (func)
45 ;; We don't call gtk-main or gtk-main-quit because it thoroughly 45 ;; We don't call gtk-main or gtk-main-quit because it thoroughly
46 ;; hoses us (locks up xemacs handling events, but no lisp). 46 ;; hoses us (locks up xemacs handling events, but no lisp).