summaryrefslogtreecommitdiff
path: root/gio/src/appinfo.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/appinfo.hg')
-rw-r--r--gio/src/appinfo.hg10
1 files changed, 4 insertions, 6 deletions
diff --git a/gio/src/appinfo.hg b/gio/src/appinfo.hg
index 40457575..330e2a23 100644
--- a/gio/src/appinfo.hg
+++ b/gio/src/appinfo.hg
@@ -1,5 +1,3 @@
-// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
-
/* Copyright (C) 2007 The gtkmm Development Team
*
* This library is free software; you can redistribute it and/or
@@ -114,7 +112,7 @@ public:
* @param launch_context An AppLaunchContext.
* @return <tt>true</tt> on successful launch, <tt>false</tt> otherwise.
*
- * @newin{3,2}
+ * @newin{2,30}
*/
bool launch(const Glib::RefPtr<Gio::File>& file, const Glib::RefPtr<AppLaunchContext>& launch_context);
@@ -142,7 +140,7 @@ public:
* @param file A File object.
* @return <tt>true</tt> on successful launch, <tt>false</tt> otherwise.
*
- * @newin{3,2}
+ * @newin{2,30}
*/
bool launch(const Glib::RefPtr<Gio::File>& file);
@@ -178,13 +176,13 @@ public:
* @param launch_context An AppLaunchContext.
* @return <tt>true</tt> on successful launch, <tt>false</tt> otherwise.
*
- * @newin{3,2}
+ * @newin{2,30}
*/
bool launch_uri(const std::string& uris, const Glib::RefPtr<AppLaunchContext>& launch_context);
/** A launch_uri() convenience overload.
*
- * @newin{3,2}
+ * @newin{2,30}
*/
bool launch_uri(const std::string& uris);