Expand description
Collection of common methods and types.
Re-exports§
pub use self::dummy_object::DummyObject;
pub use self::expression_list_model::ExpressionListModel;
pub use self::location::Location;
pub use self::location::LocationError;
pub use self::location::LocationExt;
pub use self::single_item_list_model::SingleItemListModel;
Modules§
- Collection of common expressions.
- location 🔒Location API.
- Collection of macros.
- Collection of methods related to the Matrix specification.
- Collection of methods for media.
- Collection of methods for interacting with
GtkSourceView
. - Helper traits and methods for strings.
- Collection of GTK template callbacks.
Structs§
- Wrapper to manage a bound construct-only object.
- Wrapper to manage a bound object.
- Inner to manage a bound object.
- Wrapper to manage a bound object.
- A counted reference.
- Helper type to keep track of ongoing async actions that can succeed in different functions.
- A type that requires the tokio runtime to be running when dropped.
- A weak reference to an
OngoingAsyncAction
.
Enums§
- An async action.
- The state of a resource that can be loaded.
Constants§
- List of keys that activate a widget.
Statics§
- Regex that matches a string that only includes emojis.
Functions§
- Activate the given action when one of the
ACTIVATE_KEYS
binding is triggered. - Convert the given checked
bool
to aGtkAccessibleTristate
. - Replace variables in the given string with the given dictionary.
- Save the given data to a temporary file.
- Executes the given future with the given timeout.