X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=glib%2Fgobject.ffi.lisp;h=cb745284483d417c73ad34aa75f8a1de17bcc04a;hb=a3a7927335e489ac03f5bc094e7e2c89afa178b5;hp=fab0916abdc3040a7d5d6763a1fde0cc8a939d4a;hpb=db0d829452f27bbef68da2afd755b7accc5be5be;p=cl-gtk2.git diff --git a/glib/gobject.ffi.lisp b/glib/gobject.ffi.lisp index fab0916..cb74528 100644 --- a/glib/gobject.ffi.lisp +++ b/glib/gobject.ffi.lisp @@ -18,34 +18,6 @@ Example: (at-init () (%g-type-init)) -(defcfun (g-type-name "g_type_name") :string - "Returns the name of a GType.@see{g-type-from-name} - -Example: -@pre{ -\(g-type-from-name \"GtkLabel\") -=> 7151952 -\(g-type-name 7151952) -=> \"GtkLabel\" -} -@arg[type]{GType designator (see @class{g-type-designator})} -@return{a string}" - (type g-type-designator)) - -(defcfun (g-type-from-name "g_type_from_name") g-type - "Returns the numeric identifier of a GType by its name. @see{g-type-name} - -Example: -@pre{ -\(g-type-from-name \"GtkLabel\") -=> 7151952 -\(g-type-name 7151952) -=> \"GtkLabel\" -} -@arg[name]{a string - name of GType} -@return{an integer}" - (name :string)) - (defcfun g-type-parent g-type-designator "Returns the parent of a GType. @see{g-type-chilren} @@ -985,10 +957,6 @@ Example: (detail-ptr (:pointer g-quark)) (force-detail-quark :boolean)) -(defcstruct lisp-closure - (:parent-instance g-closure) - (:function-id :pointer)) - (defcstruct g-object-struct (:type-instance g-type-instance) (:ref-count :uint)