函数

GioAppInfoMonitorget

自:2.40

声明 [源]

GAppInfoMonitor*
g_app_info_monitor_get (
  void
)

描述 [源]

获取当前线程默认主上下文中的 GAppInfoMonitor

在线程默认主上下文中,每当由 g_app_info_get_all() 报告的已安装应用程序列表可能已更改时,GAppInfoMonitor 会发出一个“changed”信号。

GAppInfoMonitor::changed 信号只会发出一次,直到调用 g_app_info_get_all()(或另一个 g_app_info_*() 函数)。这样做将重新启用信号,准备好通知下一次更改。

你必须在创建它的同一个主上下文中调用 g_object_unref()

自可用:2.40

返回值

类型: GAppInfoMonitor

一个指向 GAppInfoMonitor 的引用。

函数的调用者拥有数据,并负责释放它。