Skip to content

Commit

Permalink
fix: use correct gi-docgen reference
Browse files Browse the repository at this point in the history
Apparently this is, or always was, `GObject.Type` rather than
`GLib.Type` as one would expect, were they the sort for run-on
sentences and the like.
  • Loading branch information
andyholmes committed Mar 21, 2024
1 parent d778b3e commit d345533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libvalent/core/valent-component.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ valent_component_class_init (ValentComponentClass *klass)
/**
* ValentComponent:plugin-type:
*
* The extension point [alias@GLib.Type].
* The extension point [alias@GObject.Type].
*
* Since: 1.0
*/
Expand Down

0 comments on commit d345533

Please sign in to comment.