From fcaa3fb1891af959bafcdc2541f7e637d7eb079c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 6 Apr 2016 17:09:50 +0200 Subject: [PATCH] docs: Add Since for handle_local_options https://bugzilla.gnome.org/show_bug.cgi?id=764685 --- gio/gapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gapplication.c b/gio/gapplication.c index 315134237..0f59be885 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -211,7 +211,7 @@ * is using its D-Bus backend. Use this to undo anything done by the * @dbus_register vfunc. Since: 2.34 * @handle_local_options: invoked locally after the parsing of the commandline - * options has occurred. + * options has occurred. Since: 2.40 * * Virtual function table for #GApplication. *