函数

GioIOExtensionPointlookup

声明 [源码]

GIOExtensionPoint*
g_io_extension_point_lookup (
  const char* name
)

描述 [源码]

查找现有的扩展点。

参数

name

类型: const char*

扩展点的名称。

数据由函数的调用者拥有。
该值是结束符为NULL的UTF-8字符串。

返回值

类型: GIOExtensionPoint

GIOExtensionPoint,或在给定名称没有注册的扩展点的情况下为NULL

数据由被调用函数拥有。