![]() |
![]() |
![]() |
![]() |
GObject ├── GtkFilterListModel ├── GtkSortListModel ├── GInitiallyUnowned │ ╰── GtkWidget │ ├── GtkContainer │ │ ├── GtkBox │ │ │ ├── GvcChannelBar │ │ │ ├── PhoshAppGrid │ │ │ ├── PhoshNotificationFrame │ │ │ ╰── PhoshOverview │ │ ├── GtkBin │ │ │ ├── GtkButton │ │ │ │ ├── PhoshActivity │ │ │ │ ├── GtkToggleButton │ │ │ │ │ ╰── PhoshOskButton │ │ │ │ ╰── PhoshQuickSetting │ │ │ ├── GtkFlowBoxChild │ │ │ │ ╰── PhoshAppGridButton │ │ │ ├── GtkWindow │ │ │ │ ╰── PhoshLayerSurface │ │ │ │ ├── PhoshBackground │ │ │ │ ├── PhoshFader │ │ │ │ ├── PhoshHome │ │ │ │ ├── PhoshLockscreen │ │ │ │ ├── PhoshLockshield │ │ │ │ ├── PhoshNetworkAuthPrompt │ │ │ │ ├── PhoshNotificationBanner │ │ │ │ ├── PhoshPanel │ │ │ │ ├── PhoshPolkitAuthPrompt │ │ │ │ ╰── PhoshSystemPrompt │ │ │ ├── PhoshStatusIcon │ │ │ │ ├── PhoshBatteryInfo │ │ │ │ ├── PhoshBtInfo │ │ │ │ ├── PhoshConnectivityInfo │ │ │ │ ├── PhoshFeedbackInfo │ │ │ │ ├── PhoshRotateInfo │ │ │ │ ├── PhoshWifiInfo │ │ │ │ ╰── PhoshWWanInfo │ │ │ ├── GtkListBoxRow │ │ │ │ ╰── PhoshNotificationContent │ │ │ ╰── PhoshSettings │ │ ╰── GtkGrid │ │ ╰── PhoshMediaPlayer │ ├── GtkDrawingArea │ │ ╰── PhoshArrow │ ╰── GtkMisc │ ╰── GtkLabel │ ╰── PhoshTimestampLabel ├── PhoshAppListModel ├── PhoshAuth ├── PhoshBackgroundManager ├── PhoshBtManager ├── GDBusProxy │ ├── PhoshDBusSensorProxyCompassProxy │ ├── PhoshDBusSensorProxyProxy │ │ ╰── PhoshSensorProxyManager │ ├── PhoshDisplayDbusDisplayConfigProxy │ ├── PhoshIdleDbusIdleMonitorProxy │ ├── PhoshMMDBusModemModem3gppProxy │ ├── PhoshMMDBusModemProxy │ ├── PhoshMprisDBusMediaPlayer2PlayerProxy │ ├── PhoshMprisDBusMediaPlayer2Proxy │ ├── PhoshNotifyDbusNotificationsProxy │ ├── PhoshOfonoDBusManagerProxy │ ├── PhoshOfonoDBusNetworkRegistrationProxy │ ├── PhoshOfonoDBusSimManagerProxy │ ├── PhoshOsk0SmPuriOSK0Proxy │ ├── PhoshRfkillDBusRfkillProxy │ ├── PhoshScreenSaverDbusScreenSaverProxy │ ╰── PhoshSessionPresenceDBusPresenceProxy ├── GDBusInterfaceSkeleton │ ├── PhoshDBusSensorProxyCompassSkeleton │ ├── PhoshDBusSensorProxySkeleton │ ├── PhoshDisplayDbusDisplayConfigSkeleton │ │ ╰── PhoshMonitorManager │ ├── PhoshIdleDbusIdleMonitorSkeleton │ ├── PhoshMMDBusModemModem3gppSkeleton │ ├── PhoshMMDBusModemSkeleton │ ├── PhoshMprisDBusMediaPlayer2PlayerSkeleton │ ├── PhoshMprisDBusMediaPlayer2Skeleton │ ├── PhoshNotifyDbusNotificationsSkeleton │ │ ╰── PhoshNotifyManager │ ├── PhoshOfonoDBusManagerSkeleton │ ├── PhoshOfonoDBusNetworkRegistrationSkeleton │ ├── PhoshOfonoDBusSimManagerSkeleton │ ├── PhoshOsk0SmPuriOSK0Skeleton │ ├── PhoshRfkillDBusRfkillSkeleton │ ├── PhoshScreenSaverDbusScreenSaverSkeleton │ │ ╰── PhoshScreenSaverManager │ ╰── PhoshSessionPresenceDBusPresenceSkeleton ├── PhoshFavoriteListModel ├── PhoshFeedbackManager ├── PhoshHead ├── GDBusObjectManagerClient │ ├── PhoshIdleDbusObjectManagerClient │ ├── PhoshMMDBusObjectManagerClient │ ╰── PhoshOsk0ObjectManagerClient ├── GDBusObjectProxy │ ├── PhoshIdleDbusObjectProxy │ ├── PhoshMMDBusObjectProxy │ ╰── PhoshOsk0ObjectProxy ├── GDBusObjectSkeleton │ ├── PhoshIdleDbusObjectSkeleton │ ├── PhoshMMDBusObjectSkeleton │ ╰── PhoshOsk0ObjectSkeleton ├── PhoshIdleManager ├── PhoshKeyboardEvents ├── PhoshLockscreenManager ├── PhoshMonitor ├── PhoshNotification ├── PhoshNotificationList ├── PhoshNotificationSource ├── PhoshOskManager ├── PolkitAgentListener │ ╰── PhoshPolkitAuthAgent ├── PhoshProximity ├── PhoshShell ├── PhoshThumbnail │ ╰── PhoshToplevelThumbnail ├── PhoshToplevel ├── PhoshToplevelManager ├── PhoshWayland ├── PhoshWifiManager ├── PhoshWWanMM ├── PhoshWWanOfono ╰── NMSecretAgentOld ╰── ShellNetworkAgent GInterface ├── PhoshDBusSensorProxyCompass ├── PhoshDBusSensorProxy ├── PhoshDisplayDbusDisplayConfig ├── PhoshIdleDbusIdleMonitor ├── PhoshIdleDbusObject ├── PhoshMMDBusModem ├── PhoshMMDBusModemModem3gpp ├── PhoshMMDBusObject ├── PhoshMprisDBusMediaPlayer2 ├── PhoshMprisDBusMediaPlayer2Player ├── PhoshNotifyDbusNotifications ├── PhoshOfonoDBusManager ├── PhoshOfonoDBusNetworkRegistration ├── PhoshOfonoDBusSimManager ├── PhoshOsk0Object ├── PhoshOsk0SmPuriOSK0 ├── PhoshRfkillDBusRfkill ├── PhoshScreenSaverDbusScreenSaver ├── PhoshSessionPresenceDBusPresence ╰── PhoshWWan GEnum ├── PhoshAppGridButtonMode ├── PhoshHomeState ├── PhoshMonitorConnectorType ├── PhoshMonitorPowerSaveMode ├── PhoshMonitorTransform ├── PhoshNotificationReason ├── PhoshNotificationUrgency ╰── PhoshWWanBackend