summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2016-04-06 17:09:50 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-04-11 22:37:35 -0400
commitfcaa3fb1891af959bafcdc2541f7e637d7eb079c (patch)
treea5229b7e6f48a7cde0187613ba7b0f4e0de68479
parentd16abd3df3dab2851e4c7880269502f203c19f5d (diff)
downloadglib-fcaa3fb1891af959bafcdc2541f7e637d7eb079c.tar.gz
docs: Add Since for handle_local_options
https://bugzilla.gnome.org/show_bug.cgi?id=764685
-rw-r--r--gio/gapplication.c2
1 files changed, 1 insertions, 1 deletions
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.
*