#include #include -- | module Bindings.GLib.DataTypes.Datasets where #strict_import import Bindings.GLib.Fundamentals.BasicTypes import Bindings.GLib.DataTypes.Quarks #cinline g_dataset_id_set_data , -> -> -> IO () #ccall g_dataset_id_set_data_full , -> -> -> -> IO () #callback GDestroyNotify , -> IO () #ccall g_dataset_id_get_data , -> -> IO #cinline g_dataset_id_remove_data , -> -> IO () #ccall g_dataset_id_remove_no_notify , -> -> IO #cinline g_dataset_set_data , -> Ptr -> -> IO () #cinline g_dataset_set_data_full , -> Ptr -> -> -> IO () #cinline g_dataset_get_data , -> Ptr -> IO #cinline g_dataset_remove_data , -> Ptr -> IO #cinline g_dataset_remove_no_notify , -> Ptr -> IO #ccall g_dataset_foreach , -> -> -> IO () #callback GDataForeachFunc , -> -> -> IO () #ccall g_dataset_destroy , -> IO ()