Structs§
- _App
Indicator - AppIndicator:
- _App
Indicator Private - _GData
- _GObject
- GObject:
- _GParam
Spec - GParamSpec: (ref-func g_param_spec_ref_sink) (unref-func g_param_spec_uref) (set-value-func g_value_set_param) (get-value-func g_value_get_param) @g_type_instance: private #GTypeInstance portion @name: name of this parameter: always an interned string @flags: #GParamFlags flags for this parameter @value_type: the #GValue type for this parameter @owner_type: #GType type that uses (introduces) this parameter
- _GSList
- _GType
Class - GTypeClass:
- _GType
Instance - GTypeInstance:
- _GValue
- GValue:
- _Gtk
Container - _Gtk
Container Private - _Gtk
Menu - _Gtk
Menu Private - _Gtk
Menu Shell - _Gtk
Menu Shell Private - _Gtk
Status Icon - _Gtk
Status Icon Private - _Gtk
Widget - _Gtk
Widget Private
Constants§
- AppIndicator
Category_ APP_ INDICATOR_ CATEGORY_ APPLICATION_ STATUS - AppIndicator
Category_ APP_ INDICATOR_ CATEGORY_ COMMUNICATIONS - AppIndicator
Category_ APP_ INDICATOR_ CATEGORY_ HARDWARE - AppIndicator
Category_ APP_ INDICATOR_ CATEGORY_ OTHER - AppIndicator
Category_ APP_ INDICATOR_ CATEGORY_ SYSTEM_ SERVICES - AppIndicator
Status_ APP_ INDICATOR_ STATUS_ ACTIVE - AppIndicator
Status_ APP_ INDICATOR_ STATUS_ ATTENTION - AppIndicator
Status_ APP_ INDICATOR_ STATUS_ PASSIVE - GParam
Flags_ G_ PARAM_ CONSTRUCT - GParam
Flags_ G_ PARAM_ CONSTRUCT_ ONLY - GParam
Flags_ G_ PARAM_ DEPRECATED - GParam
Flags_ G_ PARAM_ EXPLICIT_ NOTIFY - GParam
Flags_ G_ PARAM_ LAX_ VALIDATION - GParam
Flags_ G_ PARAM_ PRIVATE - GParam
Flags_ G_ PARAM_ READABLE - GParam
Flags_ G_ PARAM_ READWRITE - GParam
Flags_ G_ PARAM_ STATIC_ BLURB - GParam
Flags_ G_ PARAM_ STATIC_ NAME - GParam
Flags_ G_ PARAM_ STATIC_ NICK - GParam
Flags_ G_ PARAM_ WRITABLE - GdkScroll
Direction_ GDK_ SCROLL_ DOWN - GdkScroll
Direction_ GDK_ SCROLL_ LEFT - GdkScroll
Direction_ GDK_ SCROLL_ RIGHT - GdkScroll
Direction_ GDK_ SCROLL_ SMOOTH - GdkScroll
Direction_ GDK_ SCROLL_ UP
Statics§
Functions§
- app_
indicator_ ⚠build_ menu_ from_ desktop - app_
indicator_ ⚠get_ attention_ icon - app_
indicator_ ⚠get_ attention_ icon_ desc - app_
indicator_ ⚠get_ category - app_
indicator_ ⚠get_ icon - app_
indicator_ ⚠get_ icon_ desc - app_
indicator_ ⚠get_ icon_ theme_ path - app_
indicator_ ⚠get_ id - app_
indicator_ ⚠get_ label - app_
indicator_ ⚠get_ label_ guide - app_
indicator_ ⚠get_ menu - app_
indicator_ ⚠get_ ordering_ index - app_
indicator_ ⚠get_ secondary_ activate_ target - app_
indicator_ ⚠get_ status - app_
indicator_ ⚠get_ title - app_
indicator_ ⚠get_ type - app_
indicator_ ⚠new - app_
indicator_ ⚠new_ with_ path - app_
indicator_ ⚠set_ attention_ icon - app_
indicator_ ⚠set_ attention_ icon_ full - app_
indicator_ ⚠set_ icon - app_
indicator_ ⚠set_ icon_ full - app_
indicator_ ⚠set_ icon_ theme_ path - app_
indicator_ ⚠set_ label - app_
indicator_ ⚠set_ menu - app_
indicator_ ⚠set_ ordering_ index - app_
indicator_ ⚠set_ secondary_ activate_ target - app_
indicator_ ⚠set_ status - app_
indicator_ ⚠set_ title
Type Aliases§
- AppIndicator
- AppIndicator
Category - AppIndicatorCategory: @APP_INDICATOR_CATEGORY_APPLICATION_STATUS: The indicator is used to display the status of the application. @APP_INDICATOR_CATEGORY_COMMUNICATIONS: The application is used for communication with other people. @APP_INDICATOR_CATEGORY_SYSTEM_SERVICES: A system indicator relating to something in the user’s system. @APP_INDICATOR_CATEGORY_HARDWARE: An indicator relating to the user’s hardware. @APP_INDICATOR_CATEGORY_OTHER: Something not defined in this enum, please don’t use unless you really need it.
- AppIndicator
Private - AppIndicator
Status - AppIndicatorStatus: @APP_INDICATOR_STATUS_PASSIVE: The indicator should not be shown to the user. @APP_INDICATOR_STATUS_ACTIVE: The indicator should be shown in it’s default state. @APP_INDICATOR_STATUS_ATTENTION: The indicator should show it’s attention icon.
- GData
- GInitially
Unowned - GObject
- GParam
Flags - GParamFlags: @G_PARAM_READABLE: the parameter is readable @G_PARAM_WRITABLE: the parameter is writable @G_PARAM_READWRITE: alias for %G_PARAM_READABLE | %G_PARAM_WRITABLE @G_PARAM_CONSTRUCT: the parameter will be set upon object construction @G_PARAM_CONSTRUCT_ONLY: the parameter can only be set upon object construction @G_PARAM_LAX_VALIDATION: upon parameter conversion (see g_param_value_convert()) strict validation is not required @G_PARAM_STATIC_NAME: the string used as name when constructing the parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. Since 2.8 @G_PARAM_STATIC_NICK: the string used as nick when constructing the parameter is guaranteed to remain valid and unmmodified for the lifetime of the parameter. Since 2.8 @G_PARAM_STATIC_BLURB: the string used as blurb when constructing the parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. Since 2.8 @G_PARAM_EXPLICIT_NOTIFY: calls to g_object_set_property() for this property will not automatically result in a “notify” signal being emitted: the implementation must call g_object_notify() themselves in case the property actually changes. Since: 2.42. @G_PARAM_PRIVATE: internal @G_PARAM_DEPRECATED: the parameter is deprecated and will be removed in a future version. A warning will be generated if it is used while running with G_ENABLE_DIAGNOSTIC=1. Since 2.26
- GParam
Spec - GSList
- GType
- GType
Class - GType
Instance - GValue
- GdkScroll
Direction - GdkScrollDirection: @GDK_SCROLL_UP: the window is scrolled up. @GDK_SCROLL_DOWN: the window is scrolled down. @GDK_SCROLL_LEFT: the window is scrolled to the left. @GDK_SCROLL_RIGHT: the window is scrolled to the right. @GDK_SCROLL_SMOOTH: the scrolling is determined by the delta values in #GdkEventScroll. See gdk_event_get_scroll_deltas(). Since: 3.4
- gboolean
- gchar
- gdouble
- gfloat
- gint
- gint64
- glong
- gpointer
- gsize
- guint
- guint32
- guint64
- gulong