[glib: 15/19] gsignal: Fix typos in GSignalMatchType documentation
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 15/19] gsignal: Fix typos in GSignalMatchType documentation
- Date: Thu, 12 Dec 2019 12:12:35 +0000 (UTC)
commit ccbe9690d36c6ead645de47a7258e0216b7cda81
Author: Philip Withnall <withnall endlessm com>
Date: Tue Nov 12 21:00:14 2019 +0000
gsignal: Fix typos in GSignalMatchType documentation
Signed-off-by: Philip Withnall <withnall endlessm com>
gobject/gsignal.h | 4 ++--
1 file 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()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]