public bool get_is_hidden ();
[CCode (array_length = false, array_null_terminated = true)]
public unowned string[] get_keywords ();
+ public string? get_locale_string (string key);
public bool get_nodisplay ();
public bool get_show_in (string desktop_env);
public unowned string get_startup_wm_class ();
public const string DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME;
[CCode (cheader_filename = "gio/gunixmounts.h", cname = "g_unix_is_mount_path_system_internal")]
public static bool is_mount_path_system_internal (string mount_path);
+ [CCode (cheader_filename = "gio/gunixmounts.h", cname = "g_unix_is_system_device_path")]
+ public static bool is_system_device_path (string device_path);
+ [CCode (cheader_filename = "gio/gunixmounts.h", cname = "g_unix_is_system_fs_type")]
+ public static bool is_system_fs_type (string fs_type);
[CCode (cheader_filename = "gio/gunixmounts.h", cname = "g_unix_mount_points_changed_since")]
public static bool mount_points_changed_since (uint64 time);
[CCode (cheader_filename = "gio/gunixmounts.h", cname = "g_unix_mounts_changed_since")]
<parameter name="mount_path" type="char*"/>
</parameters>
</function>
+ <function name="g_unix_is_system_device_path" symbol="g_unix_is_system_device_path">
+ <return-type type="gboolean"/>
+ <parameters>
+ <parameter name="device_path" type="char*"/>
+ </parameters>
+ </function>
+ <function name="g_unix_is_system_fs_type" symbol="g_unix_is_system_fs_type">
+ <return-type type="gboolean"/>
+ <parameters>
+ <parameter name="fs_type" type="char*"/>
+ </parameters>
+ </function>
<function name="g_unix_mount_at" symbol="g_unix_mount_at">
<return-type type="GUnixMountEntry*"/>
<parameters>
<parameter name="info" type="GDesktopAppInfo*"/>
</parameters>
</method>
+ <method name="get_locale_string" symbol="g_desktop_app_info_get_locale_string">
+ <return-type type="char*"/>
+ <parameters>
+ <parameter name="info" type="GDesktopAppInfo*"/>
+ <parameter name="key" type="char*"/>
+ </parameters>
+ </method>
<method name="get_nodisplay" symbol="g_desktop_app_info_get_nodisplay">
<return-type type="gboolean"/>
<parameters>
g_desktop_app_info_get_action_name transfer_ownership="1"
g_desktop_app_info_get_implementations transfer_ownership="1" type_name="GLib.List<GLib.DesktopAppInfo>"
g_desktop_app_info_get_keywords type_name="string[]" no_array_length="1" array_null_terminated="1"
+g_desktop_app_info_get_locale_string transfer_ownership="1" nullable="1"
g_desktop_app_info_list_actions type_name="string[]" no_array_length="1" array_null_terminated="1"
g_desktop_app_info_launch_uris_as_manager.uris type_name="GLib.List<string>"
g_desktop_app_info_launch_uris_as_manager.launch_context nullable="1"
GUnixFDMessage cheader_filename="gio/gunixfdmessage.h"
GUnixInputStream cheader_filename="gio/gunixinputstream.h"
g_unix_is_mount_path_system_internal name="is_mount_path_system_internal"
+g_unix_is_system_device_path name="is_system_device_path"
+g_unix_is_system_fs_type name="is_system_fs_type"
GUnixMountEntry hidden="1"
g_unix_*.cancellable nullable="1" default_value="null"
g_unix_mounts_changed_since name="mounts_changed_since"