X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/c630da1bd52d451992a9b135a4099fd09520cab4..f9e76ebedea0ba6c60589cf75b0327794e800d7a:/glib/gparam.lisp diff --git a/glib/gparam.lisp b/glib/gparam.lisp index eb34c13..9e7b91c 100644 --- a/glib/gparam.lisp +++ b/glib/gparam.lisp @@ -15,13 +15,13 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gparam.lisp,v 1.4 2001-10-21 21:55:41 espen Exp $ +;; $Id: gparam.lisp,v 1.6 2002-03-19 17:01:42 espen Exp $ (in-package "GLIB") (deftype gvalue () 'pointer) -(defconstant +gvalue-size+ (+ (size-of 'type-number) (* 4 (size-of 'double-float)))) +(defconstant +gvalue-size+ (+ (size-of 'type-number) (* 2 (size-of 'double-float)))) (defconstant +gvalue-value-offset+ (size-of 'type-number)) (defbinding (gvalue-init "g_value_init") () nil @@ -85,12 +85,12 @@ :type type-number) (nickname :allocation :virtual - :getter "g_param_get_nick" + :getter "g_param_spec_get_nick" :reader param-nickname :type string) (documentation :allocation :virtual - :getter "g_param_get_blurb" + :getter "g_param_spec_get_blurb" :reader param-documentation :type string)) (:metaclass ginstance-class) @@ -296,9 +296,9 @@ :type unsigned-int)) (:metaclass ginstance-class)) -(defclass param-closure (param) - () - (:metaclass ginstance-class)) +;; (defclass param-closure (param) +;; () +;; (:metaclass ginstance-class)) (defclass param-object (param) ()