docs: Add Since tag to GtkWidget::draw

This commit is contained in:
Benjamin Otte 2011-06-13 18:29:07 +02:00
parent 44245caae5
commit 76f2aa737b

View File

@ -1669,6 +1669,8 @@ gtk_widget_class_init (GtkWidgetClass *klass)
* context passed as @cr in any way they like and don't need to
* restore it. The signal emission takes care of calling cairo_save()
* before and cairo_restore() after invoking the handler.
*
* Since: 3.0
*/
widget_signals[DRAW] =
g_signal_new (I_("draw"),