Expand description
Collection of common methods and types.
Modulesยง
- expression ๐
- Collection of common expressions.
- expression_
list_ ๐model - grouping_
list_ ๐model - key_
bindings ๐ - Helpers to add key bindings to widgets.
- location ๐
- Location API.
- macros ๐
- Collection of macros.
- matrix ๐
- Collection of methods related to the Matrix specification.
- media ๐
- Collection of methods for media.
- notifications ๐
- placeholder_
object ๐ - single_
item_ ๐list_ model - sourceview ๐
- Collection of methods for interacting with
GtkSourceView
. - string ๐
- Helper traits and methods for strings.
- template_
callbacks ๐ - Collection of GTK template callbacks.
- toast ๐
- Macros and methods to display toasts in the interface.
Structsยง
- Abortable
Handle ๐ - A wrapper around
JoinHandle
that aborts the future if it is dropped before the task ends. - Bound
Construct Only Object - Wrapper to manage a bound construct-only object.
- Bound
Object - Wrapper to manage a bound object.
- Bound
Object ๐Inner - Inner to manage a bound object.
- Bound
Object Weak Ref - Wrapper to manage a bound object.
- Counted
Ref - A counted reference.
- Inner
Counted ๐Ref - Ongoing
Async Action - Helper type to keep track of ongoing async actions that can succeed in different functions.
- Tokio
Drop - A type that requires the tokio runtime to be running when dropped.
- Weak
Ongoing Async Action - A weak reference to an
OngoingAsyncAction
.
Enumsยง
- Async
Action ๐ - An async action.
- Data
Type ๐ - The type of data.
- File
- A wrapper around several sources of files.
- Loading
State - The state of a resource that can be loaded.
Staticsยง
- EMOJI_
REGEX ๐ - Regex that matches a string that only includes emojis.
- TMP_DIR ๐
- The directory where to put temporary files.
Traitsยง
- Child
Property ๐Ext - Extensions trait for types with a
child
property. - IsABin ๐
- Helper trait to implement for widgets that subclass
AdwBin
, to be able to use theChildPropertyExt
trait.
Functionsยง
- bool_
to_ ๐accessible_ tristate - Convert the given checked
bool
to aGtkAccessibleTristate
. - freplace ๐
- Replace variables in the given string with the given dictionary.
- save_
data_ ๐to_ tmp_ file - Save the given data to a temporary file.