diff options
author | Michal Ratajsky <[email protected]> | 2014-06-21 17:07:55 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-21 17:07:55 +0200 |
commit | 3a4956eaac84151340ba66a3ea01656a3877c85a (patch) | |
tree | 0217f95e03c9d52d9d71fafb273017d5ae8d7eb0 | |
parent | c8a5baeca9b85c30b7f2b5443a3356ceaa15ee41 (diff) | |
download | mate-desktop-3a4956eaac84151340ba66a3ea01656a3877c85a.tar.bz2 mate-desktop-3a4956eaac84151340ba66a3ea01656a3877c85a.tar.xz |
Improve comments
-rw-r--r-- | libmate-desktop/mate-desktop-utils.c | 4 | ||||
-rw-r--r-- | 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 */ |