diff --git a/gtk/gtkbuilderscope.c b/gtk/gtkbuilderscope.c index 6d472dc6a8..8d18c44c96 100644 --- a/gtk/gtkbuilderscope.c +++ b/gtk/gtkbuilderscope.c @@ -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. */ /**