[−][src]Struct libappindicator_sys::_AppIndicatorClass
AppIndicatorClass: @parent_class: Mia familia @new_icon: Slot for #AppIndicator::new-icon. @new_attention_icon: Slot for #AppIndicator::new-attention-icon. @new_status: Slot for #AppIndicator::new-status. @new_icon_theme_path: Slot for #AppIndicator::new-icon-theme-path @new_label: Slot for #AppIndicator::new-label. @connection_changed: Slot for #AppIndicator::connection-changed. @scroll_event: Slot for #AppIndicator::scroll-event @app_indicator_reserved_ats: Reserved for future use. @fallback: Function that gets called to make a #GtkStatusIcon when there is no Application Indicator area available. @unfallback: The function that gets called if an Application Indicator area appears after the fallback has been created. @app_indicator_reserved_1: Reserved for future use. @app_indicator_reserved_2: Reserved for future use. @app_indicator_reserved_3: Reserved for future use. @app_indicator_reserved_4: Reserved for future use. @app_indicator_reserved_5: Reserved for future use. @app_indicator_reserved_6: Reserved for future use.
The signals and external functions that make up the #AppIndicator class object.
Fields
parent_class: GObjectClass
new_icon: Option<unsafe extern "C" fn(indicator: *mut AppIndicator, user_data: gpointer)>
new_attention_icon: Option<unsafe extern "C" fn(indicator: *mut AppIndicator, user_data: gpointer)>
new_status: Option<unsafe extern "C" fn(indicator: *mut AppIndicator, status: *const gchar, user_data: gpointer)>
new_icon_theme_path: Option<unsafe extern "C" fn(indicator: *mut AppIndicator, icon_theme_path: *const gchar, user_data: gpointer)>
new_label: Option<unsafe extern "C" fn(indicator: *mut AppIndicator, label: *const gchar, guide: *const gchar, user_data: gpointer)>
connection_changed: Option<unsafe extern "C" fn(indicator: *mut AppIndicator, connected: gboolean, user_data: gpointer)>
scroll_event: Option<unsafe extern "C" fn(indicator: *mut AppIndicator, delta: gint, direction: GdkScrollDirection, user_data: gpointer)>
app_indicator_reserved_ats: Option<unsafe extern "C" fn()>
fallback: Option<unsafe extern "C" fn(indicator: *mut AppIndicator) -> *mut GtkStatusIcon>
unfallback: Option<unsafe extern "C" fn(indicator: *mut AppIndicator, status_icon: *mut GtkStatusIcon)>
app_indicator_reserved_1: Option<unsafe extern "C" fn()>
app_indicator_reserved_2: Option<unsafe extern "C" fn()>
app_indicator_reserved_3: Option<unsafe extern "C" fn()>
app_indicator_reserved_4: Option<unsafe extern "C" fn()>
app_indicator_reserved_5: Option<unsafe extern "C" fn()>
app_indicator_reserved_6: Option<unsafe extern "C" fn()>
Trait Implementations
impl Clone for _AppIndicatorClass
[src]
fn clone(&self) -> _AppIndicatorClass
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for _AppIndicatorClass
[src]
impl Debug for _AppIndicatorClass
[src]
Auto Trait Implementations
impl RefUnwindSafe for _AppIndicatorClass
impl !Send for _AppIndicatorClass
impl !Sync for _AppIndicatorClass
impl Unpin for _AppIndicatorClass
impl UnwindSafe for _AppIndicatorClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,