#include #include -- | module Bindings.GObject.GTypePlugin where #strict_import import Bindings.GObject.TypeInformation #starttype GTypePluginClass #field use_plugin , #field unuse_plugin , #field complete_type_info , #field complete_interface_info , #stoptype #callback GTypePluginUse , Ptr -> IO () #callback GTypePluginUnuse , Ptr -> IO () #callback GTypePluginCompleteTypeInfo , Ptr -> \ -> Ptr -> Ptr -> IO () #callback GTypePluginCompleteInterfaceInfo , Ptr -> \ -> -> Ptr -> IO ()