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ยง
- dummy_
object ๐ - 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.
- Inner
Counted ๐Ref - 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 type of data.
- 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
. - The path of the directory where data should be stored, depending on its type.
- 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.