aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gui_utils.c')
-rw-r--r--gtk/gui_utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gui_utils.c b/gtk/gui_utils.c
index d97fcdb06d..64584d690b 100644
--- a/gtk/gui_utils.c
+++ b/gtk/gui_utils.c
@@ -1364,6 +1364,8 @@ ws_combo_box_new_text_and_pointer(void)
* @param combo_box A #GtkComboBox constructed using ws_combo_box_new_text_and_pointer()
*
* Clears all the text_and_pointer entries in the text_and_pointer combo_box.
+ * Note: A "changed" signal will be emitted after the clear if there was
+ * an active (selected) entry before the clear.
* You should use this function only with combo boxes constructed with
* ws_combo_box_new_text_and_pointer().
*/