GtkUriLauncher

自:4.10

说明 [src]

final class Gtk.UriLauncher : GObject.Object
{
  /* No available fields */
}

收集使用应用程序打开 URI 所需的参数。

根据系统配置、用户偏好和可用的 API,这可能显示或不显示应用程序选择器对话框或立即启动默认应用程序。

该操作使用 gtk_uri_launcher_launch() 函数启动。

要启动文件,请使用 GtkFileLauncher

可从以下版本使用:4.10

层次结构

hierarchy this GtkUriLauncher ancestor_0 GObject ancestor_0--this

祖先

构造函数

gtk_uri_launcher_new

创建新的 `GtkUriLauncher` 对象。

自:4.10

实例方法

gtk_uri_launcher_get_uri

获取要打开的 URI。

自:4.10

gtk_uri_launcher_launch

启动应用程序以打开 URI。

自:4.10

gtk_uri_launcher_launch_finish

完成 `gtk_uri_launcher_launch()` 调用并返回结果。

自:4.10

gtk_uri_launcher_set_uri

设置要打开的 URI。

自:4.10

GObject 继承的方法(43 个)

有关方法的完整列表,请参见 GObject

属性

Gtk.UriLauncher:uri

要启动的 URI。

自:4.10

信号

GObject 继承的信号(1 个)
GObject::notify

当对象的某个属性通过 g_object_set_property()、g_object_set() 等设置其值时,将在对象上发出通知信号。

类结构

struct GtkUriLauncherClass {
  GObjectClass parent_class;
  
}

没有可用的说明。

类成员
parent_class: GObjectClass

没有可用的说明。