X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/56c58c83e4111c955ce305633333dcee1e77df26..30279859947ee3c2554b179a26be48fdb5b902f5:/glib/gparam.lisp diff --git a/glib/gparam.lisp b/glib/gparam.lisp index ddaeeef..8c0d4f3 100644 --- a/glib/gparam.lisp +++ b/glib/gparam.lisp @@ -15,7 +15,7 @@ ;; 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.5 2001/12/12 20:24:41 espen Exp $ (in-package "GLIB") @@ -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) ()