From 3a4956eaac84151340ba66a3ea01656a3877c85a Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 21 Jun 2014 17:07:55 +0200 Subject: Improve comments --- libmate-desktop/mate-desktop-utils.c | 4 ++-- libmate-desktop/mate-desktop-utils.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libmate-desktop/mate-desktop-utils.c b/libmate-desktop/mate-desktop-utils.c index 98e4208..431c57f 100644 --- a/libmate-desktop/mate-desktop-utils.c +++ b/libmate-desktop/mate-desktop-utils.c @@ -171,8 +171,8 @@ mate_desktop_prepend_terminal_to_vector (int *argc, char ***argv) * @command: a command line * @error: return location for errors * - * This is a replacement for gdk_spawn_command_line_on_screen, removed - * in GTK3. + * This is a replacement for gdk_spawn_command_line_on_screen, deprecated + * in GDK 2.24 and removed in GDK 3.0. * * gdk_spawn_command_line_on_screen is like g_spawn_command_line_async(), * except the child process is spawned in such an environment that on diff --git a/libmate-desktop/mate-desktop-utils.h b/libmate-desktop/mate-desktop-utils.h index e9eaeec..5487bd0 100644 --- a/libmate-desktop/mate-desktop-utils.h +++ b/libmate-desktop/mate-desktop-utils.h @@ -51,4 +51,4 @@ gboolean mate_gdk_spawn_command_line_on_screen (GdkScreen *screen, const gchar * } #endif -#endif /* MATE_DITEM_H */ +#endif /* MATE_DESKTOP_UTILS_H */ -- cgit v1.2.1