summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles.src@gmail.com>2018-07-02 20:31:45 +0100
committerDaniel Boles <dboles.src@gmail.com>2018-07-02 20:31:45 +0100
commit483d25f418a4d298a41c3f0a6dd12a58ba5d2983 (patch)
tree822e3ab7df223f185192f5743010dc14b0bd2a97
parent1d30ada73567d655cf735829e4743c8ed75ab0f4 (diff)
downloadgtk+-483d25f418a4d298a41c3f0a6dd12a58ba5d2983.tar.gz
ModelButton: Add Since annotation on new prop
-rw-r--r--gtk/gtkmodelbutton.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkmodelbutton.c b/gtk/gtkmodelbutton.c
index 1ed8cce15c..05153672de 100644
--- a/gtk/gtkmodelbutton.c
+++ b/gtk/gtkmodelbutton.c
@@ -1166,6 +1166,8 @@ gtk_model_button_class_init (GtkModelButtonClass *class)
* If %TRUE, XML tags in the text of the button are interpreted as by
* pango_parse_markup() to format the enclosed spans of text. If %FALSE, the
* text will be displayed verbatim.
+ *
+ * Since: 3.24
*/
properties[PROP_USE_MARKUP] =
g_param_spec_boolean ("use-markup",