Update (slightly) the description of ws_combo_box_clear_text_and_pointer().
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 24 Feb 2010 01:21:09 +0000 (01:21 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 24 Feb 2010 01:21:09 +0000 (01:21 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31971 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/gui_utils.c
gtk/gui_utils.h

index d97fcdb06d2dca774d667ad94dda835c623b5c9f..64584d690bfba407a20fce924f801bdb6f0b62b3 100644 (file)
@@ -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().
  */
index 82bcfbe989a3e4592e8585ef6288f619e721da71..154b9e600c6da99947cf22347c36577bf0288e02 100644 (file)
@@ -399,6 +399,8 @@ GtkWidget *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().
  */