diff options
author | Ted Gould <ted@gould.cx> | 2010-03-04 00:34:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-04 00:34:17 -0600 |
commit | f405913a9a4343fdacd3814b3ea380165d235846 (patch) | |
tree | b4d645369900f14e8a52815fc3f6cf5226b85674 /src/default-applications.h | |
parent | 617a39e8447ef92d564c40c489b97eca45a5f6d6 (diff) | |
download | ayatana-indicator-messages-f405913a9a4343fdacd3814b3ea380165d235846.tar.gz ayatana-indicator-messages-f405913a9a4343fdacd3814b3ea380165d235846.tar.bz2 ayatana-indicator-messages-f405913a9a4343fdacd3814b3ea380165d235846.zip |
Adding in the setup function.
Diffstat (limited to 'src/default-applications.h')
-rw-r--r-- | src/default-applications.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/default-applications.h b/src/default-applications.h index 7769455..79d6947 100644 --- a/src/default-applications.h +++ b/src/default-applications.h @@ -3,6 +3,7 @@ #define DEFAULT_APPLICATIONS_H__ 1 const gchar * get_default_name (gchar * desktop_path); +const gchar * get_default_setup (gchar * desktop_path); #endif /* DEFAULT_APPLICATIONS_H__ */ |