unity
Description:
A library for instrumenting- and integrating with all aspects of the Unity shell.
Content:
Namespaces:
- Unity
- AbstractPreview
- AbstractScope
- ActivationResponse
- AggregatedScopeSearch
- AggregatorActivation
- AggregatorScope
- AnnotatedIcon
- AppInfoManager - A singleton class that caches GLib.AppInfo objects. Singletons are evil, yes, but this on slightly less so because the exposed API is immutable.
- ApplicationPreview
- Cancellable
- Category
- CategorySet
- CheckOptionFilter
- CheckOptionFilterCompact
- DeprecatedScope
- DeprecatedScopeBase
- DeprecatedScopeSearch - Internal transitioning class, note that it will disappear from the public API as soon as possible and therefore shouldn't be used.
- Filter
- FilterOption
- FilterSet
- GenericPreview
- GeoCoordinate
- InfoHint
- Inspector - The Unity.Inspector is a singleton that can be used to inspect the state of Unity.
- LauncherEntry - This class represents your control point for your application's icon in the Unity Launcher. You can control properties such as a counter, progress, or emblem that will be overlaid on your application's launcher icon. You can also set a quicklist on it by setting the "quicklist" property to point at the Dbusmenu.Menuitem which is the root of your quicklist.
- LauncherFavorites
- MasterScope
- MetadataProvider
- MoviePreview
- MultiRangeFilter
- MusicPlayer
- MusicPreview
- OptionsFilter
- PaymentPreview
- Playlist
- PreferencesManager - A singleton class that caches different gsettings settings.
- Preview
- PreviewAction
- ProgressSourceProvider
- RadioOptionFilter
- RatingsFilter
- ResultPreviewer
- ResultSet
- Schema
- ScopeDBusConnector
- ScopeLoader
- ScopeSearchBase
- SearchMetadata
- SimpleScope - A small AbstractScope wrapper which is easy to use in C.
- SocialPreview
- TrackMetadata
- CategoryContentType
- CategoryRenderer
- CategoryType
- FilterRenderer
- HandledType
- IconSizeHint
- LayoutHint
- PlaybackState
- ResultType
- SearchType
- SerializationType
- public const int SCOPE_API_VERSION
- public delegate void AbstractPreviewCallback (ResultPreviewer previewer, AbstractPreview? preview)
- public delegate void ScopeSearchBaseCallback (ScopeSearchBase instance)
- public void object_unref (void* object)
Destroy an object.
- public int scope_module_get_version ()
- public List<AbstractScope> scope_module_load_scopes () throws Error