gchar_halloc   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/glib.xtm

Implementation

(bind-func gchar_halloc
  (lambda (value)
    (let ((gv:GValue* (halloc)))
      (g_value_init gv G_TYPE_CHAR)
      (g_value_set_char gv value)
      gv)))


Back to Index

Similar Entries