Improve tooltip-text/markup docs

Clarify priorities between the two,
https://bugzilla.gnome.org/show_bug.cgi?id=681185
This commit is contained in:
Matthias Clasen 2014-10-19 23:28:34 -04:00
parent a8f4269157
commit d7b64c63e0

View File

@ -1397,6 +1397,9 @@ G_GNUC_END_IGNORE_DEPRECATIONS
* will automatically be set to %TRUE and there will be taken care of
* #GtkWidget::query-tooltip in the default signal handler.
*
* Note that if both #GtkWidget:tooltip-text and #GtkWidget:tooltip-markup
* are set, the last one wins.
*
* Since: 2.12
*/
g_object_class_install_property (gobject_class,
@ -1418,6 +1421,9 @@ G_GNUC_END_IGNORE_DEPRECATIONS
* will automatically be set to %TRUE and there will be taken care of
* #GtkWidget::query-tooltip in the default signal handler.
*
* Note that if both #GtkWidget:tooltip-text and #GtkWidget:tooltip-markup
* are set, the last one wins.
*
* Since: 2.12
*/
g_object_class_install_property (gobject_class,