aboutsummaryrefslogtreecommitdiff
path: root/src/default-applications.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-04-06 16:43:21 -0500
committerTed Gould <ted@gould.cx>2011-04-06 16:43:21 -0500
commit1df0fbfcda860c90504b369f010cd8f2330ab14f (patch)
tree4c25eabe64cf908d7262ebe79432e7a98d68d236 /src/default-applications.h
parent34ffc06debd8561c60fa43b9a12f08fe598745a5 (diff)
parentd20e74d9a59f8ef75127422e20bc8354eee04577 (diff)
downloadayatana-indicator-messages-1df0fbfcda860c90504b369f010cd8f2330ab14f.tar.gz
ayatana-indicator-messages-1df0fbfcda860c90504b369f010cd8f2330ab14f.tar.bz2
ayatana-indicator-messages-1df0fbfcda860c90504b369f010cd8f2330ab14f.zip
Add support for a specific icon on the menu
Diffstat (limited to 'src/default-applications.h')
-rw-r--r--src/default-applications.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/default-applications.h b/src/default-applications.h
index 0a32e7c..df52b38 100644
--- a/src/default-applications.h
+++ b/src/default-applications.h
@@ -22,6 +22,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef DEFAULT_APPLICATIONS_H__
#define DEFAULT_APPLICATIONS_H__ 1
+/* Used for override icons in the normal case, but didn't
+ have a better place to put it. */
+#define ICON_KEY "X-Ayatana-Messaging-Menu-Icon"
+
const gchar * get_default_name (const gchar * desktop_path);
const gchar * get_default_setup (const gchar * desktop_path);
const gchar * get_default_icon (const gchar * desktop_path);