summaryrefslogtreecommitdiff
path: root/gobject/gsignal.h
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-11-12 21:00:14 +0000
committerPhilip Withnall <withnall@endlessm.com>2019-11-15 11:06:14 +0000
commitccbe9690d36c6ead645de47a7258e0216b7cda81 (patch)
tree5680f671bfeca9c4e2b51901cfbdb9946aaa61dc /gobject/gsignal.h
parent5e89ba5a742ecbd5910a2bb4e963159ce076ae39 (diff)
downloadglib-ccbe9690d36c6ead645de47a7258e0216b7cda81.tar.gz
gsignal: Fix typos in GSignalMatchType documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'gobject/gsignal.h')
-rw-r--r--gobject/gsignal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gsignal.h b/gobject/gsignal.h
index a79b9f662..59f94d59a 100644
--- a/gobject/gsignal.h
+++ b/gobject/gsignal.h
@@ -160,11 +160,11 @@ typedef enum
/**
* GSignalMatchType:
* @G_SIGNAL_MATCH_ID: The signal id must be equal.
- * @G_SIGNAL_MATCH_DETAIL: The signal detail be equal.
+ * @G_SIGNAL_MATCH_DETAIL: The signal detail must be equal.
* @G_SIGNAL_MATCH_CLOSURE: The closure must be the same.
* @G_SIGNAL_MATCH_FUNC: The C closure callback must be the same.
* @G_SIGNAL_MATCH_DATA: The closure data must be the same.
- * @G_SIGNAL_MATCH_UNBLOCKED: Only unblocked signals may matched.
+ * @G_SIGNAL_MATCH_UNBLOCKED: Only unblocked signals may be matched.
*
* The match types specify what g_signal_handlers_block_matched(),
* g_signal_handlers_unblock_matched() and g_signal_handlers_disconnect_matched()