方法
GLibMatchInfoget_regex
自:2.14
声明 [来源]
GRegex*
g_match_info_get_regex (
const GMatchInfo* match_info
)
描述 [来源]
返回 GRegex
对象,用于 match_info
。属于 Glib,不得释放。如果需要在释放 match_info
对象后保留它,请使用 g_regex_ref()
。
可用自:2.14
返回值
类型: GRegex
GRegex
对象用于 match_info
。
返回的数据由实例拥有。 |