summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpeas/peas-extension-set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpeas/peas-extension-set.c b/libpeas/peas-extension-set.c
index aec9875..9515a28 100644
--- a/libpeas/peas-extension-set.c
+++ b/libpeas/peas-extension-set.c
@@ -49,7 +49,7 @@
* wish to call specific methods on loading or unloading time.
*
* Here is the code for a typical setup of #PeasExtensionSet with
- * [iface@Activatable] as the watched extension point, and [class@Gtk.Window]
+ * ExampleActivatable as the watched extension point, and GtkWindow
* instances as the target objects:
*
* ```c