Class

PhoshFolderInfo

since: 0

Description [src]

final class Phosh.FolderInfo : GObject.Object
  implements Gio.AppInfo {
  /* No available fields */
}

An object that represents a list of applications belonging to a folder.

Available since: 0

Ancestors

Implements

Constructors

phosh_folder_info_new_from_folder_path
No description available.

since: 0

Instance methods

phosh_folder_info_add_app_info
No description available.

since: 0

phosh_folder_info_contains
No description available.

since: 0

phosh_folder_info_get_app_infos

Get the list model of the folder info.

since: 0

phosh_folder_info_get_name
No description available.

since: 0

phosh_folder_info_refilter
No description available.

since: 0

phosh_folder_info_remove_app_info
No description available.

since: 0

phosh_folder_info_set_name
No description available.

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GAppInfo (25)

Please see GAppInfo for a full list of methods.

Properties

Phosh.FolderInfo:app-infos

A list model of (filtered) app-infos belonging to the folder.

since: 0

Phosh.FolderInfo:name

Name of the folder.

since: 0

Phosh.FolderInfo:path

Relative GSettings path to folder.

since: 0

Signals

Phosh.FolderInfo::apps-changed
No description available.

since: 0

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct PhoshFolderInfoClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.