Merge branch 'builder-scope-note' into 'main'

builderscope: Add a note for implementors

See merge request GNOME/gtk!5317
This commit is contained in:
Matthias Clasen 2022-12-11 01:07:21 +00:00
commit db3b216ad1

View File

@ -41,6 +41,10 @@
*
* By default, GTK will use its own implementation of `GtkBuilderScope`
* for the C language which can be created via [ctor@Gtk.BuilderCScope.new].
*
* If you implement `GtkBuilderScope` for a language binding, you
* may want to (partially) derive from or fall back to a [class@Gtk.BuilderCScope],
* as that class implements support for automatic lookups from C symbols.
*/
/**