API版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
自 2.34以来
gboolean g_async_result_is_tagged ( GAsyncResult* res, gpointer source_tag )
检查 `res` 是否具有给定的 `source_tag`(通常是函数指针,指示 `res` 是由哪个函数创建的)。
自 2.34以来可用
source_tag
类型: gpointer
gpointer
一个应用程序定义的标签。
类型: gboolean
gboolean
TRUE 表示 `res` 具有指示的 `source_tag`,否则 FALSE。
TRUE
FALSE