We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42772bc + 5b7da6b commit 68e5166Copy full SHA for 68e5166
gtk4-macros/src/lib.rs
@@ -70,7 +70,7 @@ pub fn include_blueprint(input: TokenStream) -> TokenStream {
70
/// The `template_child` attribute is used to mark all internal widgets
71
/// we need to have programmatic access to. It can take two parameters:
72
/// - `id` which defaults to the item name if not defined
73
-/// - `internal_child` whether the child should be accessible as an
+/// - `internal` whether the child should be accessible as an
74
/// “internal-child”, defaults to `false`
75
///
76
/// # Example
0 commit comments