Package: gobject
Function g-type-class-peek
Lambda Listg-type-class-peek (gtype) ArgumentsReturn ValueDetails
This function is essentially the same as the function g-type-class-ref, except that the classes reference count is not
incremented. As a consequence, this function may return nil if the class of the type
passed in does not currently exist (has not been referenced before). Examples(g-type-class-peek "GtkLabel") => NIL (g-type-class-ref "GtkLabel") => #.(SB-SYS:INT-SAP #X081B9760) (g-type-class-peek "GtkLabel") => #.(SB-SYS:INT-SAP #X081B9760) | See also |
2020-11-14