aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-17 16:23:49 -0500
committerTed Gould <ted@gould.cx>2010-03-17 16:23:49 -0500
commit7ddf670002a548fd7eb980b88e9f1b2fbf1c9eeb (patch)
treef6f64cfbf22c9772a4295ca46d39523e95a760f5
parentc5032805fc4e2ad6c95ddbab3ddbfb76762a312e (diff)
downloadayatana-indicator-session-7ddf670002a548fd7eb980b88e9f1b2fbf1c9eeb.tar.gz
ayatana-indicator-session-7ddf670002a548fd7eb980b88e9f1b2fbf1c9eeb.tar.bz2
ayatana-indicator-session-7ddf670002a548fd7eb980b88e9f1b2fbf1c9eeb.zip
Some properties for putting icons on the user items.
-rw-r--r--src/dbus-shared-names.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus-shared-names.h b/src/dbus-shared-names.h
index a6364b1..3ac14b3 100644
--- a/src/dbus-shared-names.h
+++ b/src/dbus-shared-names.h
@@ -44,6 +44,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define USER_ITEM_TYPE "x-canonical-user-item"
#define USER_ITEM_PROP_NAME "user-item-name"
#define USER_ITEM_PROP_LOGGED_IN "user-item-logged-in"
+#define USER_ITEM_PROP_ICON "user-item-icon-path"
+#define USER_ITEM_ICON_DEFAULT "default-icon"
#define RESTART_ITEM_TYPE "x-canonical-restart-item"
#define RESTART_ITEM_LABEL "restart-label"