summaryrefslogtreecommitdiff
path: root/gdk/gdkapplaunchcontext.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-02-15 23:42:42 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-02-15 23:42:42 +0000
commit45e33fe9c2e10ffd0784e684f7ab73c103dd152e (patch)
treec9a608fc6ba03028621d0b05bca28a1058ec1d08 /gdk/gdkapplaunchcontext.c
parenta6ccc040a26c2b9fba4f6f44732eaa5361367d5e (diff)
downloadgtk+-45e33fe9c2e10ffd0784e684f7ab73c103dd152e.tar.gz
Go back to 2.13.0 as version for now, as there was no consensus to do the
2008-02-15 Matthias Clasen <mclasen@redhat.com> * configure.in: Go back to 2.13.0 as version for now, as there was no consensus to do the jump. * many other places: Update Since: tags. svn path=/trunk/; revision=19586
Diffstat (limited to 'gdk/gdkapplaunchcontext.c')
-rw-r--r--gdk/gdkapplaunchcontext.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gdk/gdkapplaunchcontext.c b/gdk/gdkapplaunchcontext.c
index 5ceddaf04e..1128adb769 100644
--- a/gdk/gdkapplaunchcontext.c
+++ b/gdk/gdkapplaunchcontext.c
@@ -111,7 +111,7 @@ gdk_app_launch_context_init (GdkAppLaunchContext *context)
* Sets the display on which applications will be launched when
* using this context. See also gdk_app_launch_context_set_screen().
*
- * Since: 2.16
+ * Since: 2.14
*/
void
gdk_app_launch_context_set_display (GdkAppLaunchContext *context,
@@ -136,7 +136,7 @@ gdk_app_launch_context_set_display (GdkAppLaunchContext *context,
* using this context. See also gdk_app_launch_context_set_display().
* If both @screen and @display are set, the @screen takes priority.
*
- * Since: 2.16
+ * Since: 2.14
*/
void
gdk_app_launch_context_set_screen (GdkAppLaunchContext *context,
@@ -163,7 +163,7 @@ gdk_app_launch_context_set_screen (GdkAppLaunchContext *context,
* <ulink url="http://www.freedesktop.org/Standards/wm-spec">Extended
* Window Manager Hints</ulink>.
*
- * Since: 2.16
+ * Since: 2.14
*/
void
gdk_app_launch_context_set_desktop (GdkAppLaunchContext *context,
@@ -180,7 +180,7 @@ gdk_app_launch_context_set_desktop (GdkAppLaunchContext *context,
* Sets the timestamp of @context. The timestamp should ideally
* be taken from the event that triggered the launch.
*
- * Since: 2.16
+ * Since: 2.14
*/
void
gdk_app_launch_context_set_timestamp (GdkAppLaunchContext *context,
@@ -197,7 +197,7 @@ gdk_app_launch_context_set_timestamp (GdkAppLaunchContext *context,
* Sets the icon for applications that are launched with this
* context. See also gdk_app_launch_context_set_icon_name().
*
- * Since: 2.16
+ * Since: 2.14
*/
void
gdk_app_launch_context_set_icon (GdkAppLaunchContext *context,
@@ -224,7 +224,7 @@ gdk_app_launch_context_set_icon (GdkAppLaunchContext *context,
* See also gdk_app_launch_context_set_icon(). If both @icon
* and @icon_name are set, the @icon_name takes priority.
*
- * Since: 2.16
+ * Since: 2.14
*/
void
gdk_app_launch_context_set_icon_name (GdkAppLaunchContext *context,
@@ -241,7 +241,7 @@ gdk_app_launch_context_set_icon_name (GdkAppLaunchContext *context,
*
* Returns: a new #GdkAppLaunchContext
*
- * Since: 2.16
+ * Since: 2.14
*/
GdkAppLaunchContext *
gdk_app_launch_context_new (void)