#include #include -- | module Bindings.GLib.DataTypes.TrashStacks where #strict_import import Bindings.GLib.Fundamentals #starttype GTrashStack #field next , Ptr #stoptype #ccall g_trash_stack_push , Ptr (Ptr ) -> -> IO () #ccall g_trash_stack_pop , Ptr (Ptr ) -> IO #ccall g_trash_stack_peek , Ptr (Ptr ) -> IO #ccall g_trash_stack_height , Ptr (Ptr ) -> IO