API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
gchar* g_strrstr ( const gchar* haystack, const gchar* needle )
在字符串 haystack 中搜索字符串 needle 的最后一次出现。
haystack
needle
这个函数返回 gchar * 而不是 const gchar * 的事实是一个历史的原因。
gchar *
const gchar *
类型: const gchar*
const gchar*
一个需搜索的字符串。
需搜索的字符串。
类型: gchar*
gchar*
指向找到的出现的指针或(若未找到)指向 NULL。
NULL