aboutsummaryrefslogtreecommitdiff
path: root/src/default-applications.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-04 00:39:52 -0600
committerTed Gould <ted@gould.cx>2010-03-04 00:39:52 -0600
commit3c0e73c7ec818b6759a7805abe07909296791908 (patch)
treefaf9190401e902e976db94b253ad23ad23f8cf99 /src/default-applications.h
parentf1d31773ebf223650d4e26509403196e1a9bf53f (diff)
downloadayatana-indicator-messages-3c0e73c7ec818b6759a7805abe07909296791908.tar.gz
ayatana-indicator-messages-3c0e73c7ec818b6759a7805abe07909296791908.tar.bz2
ayatana-indicator-messages-3c0e73c7ec818b6759a7805abe07909296791908.zip
Keeping our desktop file paths safe.
Diffstat (limited to 'src/default-applications.h')
-rw-r--r--src/default-applications.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/default-applications.h b/src/default-applications.h
index f5d00c4..13cc904 100644
--- a/src/default-applications.h
+++ b/src/default-applications.h
@@ -22,8 +22,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef DEFAULT_APPLICATIONS_H__
#define DEFAULT_APPLICATIONS_H__ 1
-const gchar * get_default_name (gchar * desktop_path);
-const gchar * get_default_setup (gchar * desktop_path);
+const gchar * get_default_name (const gchar * desktop_path);
+const gchar * get_default_setup (const gchar * desktop_path);
#endif /* DEFAULT_APPLICATIONS_H__ */