aboutsummaryrefslogtreecommitdiff
path: root/src/default-applications.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-04 00:13:50 -0600
committerTed Gould <ted@gould.cx>2010-03-04 00:13:50 -0600
commitd63d3929de9f53c33f7de4f1c75d9bcc5846fa70 (patch)
treedb787bcd385a5fb775ad2f1a852c8224ee3a4fba /src/default-applications.h
parentb9713df6cd2898e5f86d8dcf1f39634bc1cc6736 (diff)
downloadayatana-indicator-messages-d63d3929de9f53c33f7de4f1c75d9bcc5846fa70.tar.gz
ayatana-indicator-messages-d63d3929de9f53c33f7de4f1c75d9bcc5846fa70.tar.bz2
ayatana-indicator-messages-d63d3929de9f53c33f7de4f1c75d9bcc5846fa70.zip
Adding a small little function to find default applications.
Diffstat (limited to 'src/default-applications.h')
-rw-r--r--src/default-applications.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/default-applications.h b/src/default-applications.h
new file mode 100644
index 0000000..7769455
--- /dev/null
+++ b/src/default-applications.h
@@ -0,0 +1,8 @@
+
+#ifndef DEFAULT_APPLICATIONS_H__
+#define DEFAULT_APPLICATIONS_H__ 1
+
+const gchar * get_default_name (gchar * desktop_path);
+
+#endif /* DEFAULT_APPLICATIONS_H__ */
+