2013/10/7 Heiher <[email protected]>: > Hello, > > How to insert data into hash table via GLib.HashTable.insert function?
Sorry, GHashTable is not introspectable as an object in gjs. Use a regular JS Object instead, or use a JS Map. Giovanni _______________________________________________ javascript-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/javascript-list
