summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-22 17:08:04 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 17:08:04 -0700
commitfa3026c2d9a6e660063c5f65471f53c3afe9e82e (patch)
treea0ebff2e78fabcfe3c8f03a735e993e8ba82f114
parent5d96b74ce49e6405f58de6070e4967f470e640a3 (diff)
downloadlibpeas-fa3026c2d9a6e660063c5f65471f53c3afe9e82e.tar.gz
extension-set: remove some unresolvable documentation links
-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