方法
GObjectObjectweak_unref
声明 [src]
void
g_object_weak_unref (
  GObject* object,
  GWeakNotify notify,
  gpointer data
)
参数
- notify
- 
            类型: GWeakNotify要搜索的回调。 
- data
- 
            类型: gpointer要搜索的数据。 该参数可以是 NULL。数据由方法调用者拥有。 
void
g_object_weak_unref (
  GObject* object,
  GWeakNotify notify,
  gpointer data
)
notify类型: GWeakNotify
要搜索的回调。
data类型: gpointer
要搜索的数据。
| 该参数可以是 NULL。 | 
| 数据由方法调用者拥有。 |