API 版本: 2.0
库版本: 2.83.2
由 gi-docgen 2024.1 生成
gpointer g_object_steal_data ( GObject* object, const gchar* key )
从对象的数据关联中移除指定的数据,而不调用关联的销毁处理器。
key
类型: const gchar*
const gchar*
键的名称。
类型: gpointer
gpointer
如果找到数据,则为数据,如果没有找到此类数据,则为 NULL。
NULL