summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-04-04 11:45:26 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-04-04 11:46:06 -0500
commit2c4071302c2d2224b63766673bc5dd6853cde696 (patch)
treecbf5c0c9fa0cb7a8b331ce4744fdde13a095af0c
parent57e38390f46b73128c5c745ddfecedd0e0bdfacf (diff)
downloadgcr-mcatanzaro/iface.tar.gz
gcr: fix build with newest gi-docgenmcatanzaro/iface
WARNING: Invalid fragment for 'Gcr.Prompt': it should be iface The interface for implementing [class@Prompt]. ^~~~~~~~~~~~~~
-rw-r--r--gcr/gcr-prompt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcr/gcr-prompt.c b/gcr/gcr-prompt.c
index 3c8ed2a..1cae21e 100644
--- a/gcr/gcr-prompt.c
+++ b/gcr/gcr-prompt.c
@@ -57,7 +57,7 @@
* @prompt_confirm_finish: complete a confirm prompt
* @prompt_close: close a prompt
*
- * The interface for implementing [class@Prompt].
+ * The interface for implementing [iface@Prompt].
*/
/**