g_object_set_data_full

Function g_object_set_data_full 

Source
pub unsafe extern "C" fn g_object_set_data_full(
    object: *mut GObject,
    key: *const gchar,
    data: gpointer,
    destroy: GDestroyNotify,
)