函数

GioIOExtensionPointregister

声明 [源]

GIOExtensionPoint*
g_io_extension_point_register (
  const char* name
)

说明 [源]

注册一个扩展点。

参数

name

类型: const char*

扩展点的名称。

数据由函数的调用者拥有。
值是一个以NUL结尾的UTF-8字符串。

返回值

类型: GIOExtensionPoint

新的 GIOExtensionPoint。此对象由 GIO 拥有,不应释放。

数据由被调用的函数拥有。