diff options
Diffstat (limited to 'capplet/gsp-app.h')
-rw-r--r-- | capplet/gsp-app.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/capplet/gsp-app.h b/capplet/gsp-app.h index 8bc2700..eaaccff 100644 --- a/capplet/gsp-app.h +++ b/capplet/gsp-app.h @@ -4,6 +4,7 @@ * Copyright (C) 2007, 2009 Vincent Untz. * Copyright (C) 2008 Lucas Rocha. * Copyright (C) 2008 William Jon McCann <[email protected]> + * Copyright (C) 2012-2021 MATE Developers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -58,10 +59,9 @@ const char *gsp_app_get_basename (GspApp *app); const char *gsp_app_get_path (GspApp *app); gboolean gsp_app_get_hidden (GspApp *app); +void gsp_app_set_hidden (GspApp *app, + gboolean hidden); -gboolean gsp_app_get_enabled (GspApp *app); -void gsp_app_set_enabled (GspApp *app, - gboolean enabled); gboolean gsp_app_get_nodisplay (GspApp *app); const char *gsp_app_get_name (GspApp *app); |