aboutsummaryrefslogtreecommitdiff
path: root/src/gen-notification-item.xml.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-01-06 10:17:44 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-01-06 10:17:44 -0500
commit9d5b3b0e989c12c8ed600272aa895390b277c0dc (patch)
tree8e415a8e7136d6e135ec88d6cd186f1ae04e35e2 /src/gen-notification-item.xml.c
parent54c9e642092a203b35f63acf915eef78d2cb1ef0 (diff)
parent2437d4ba20b168534165456ed0ed989a9f5f2695 (diff)
downloadlibayatana-appindicator-9d5b3b0e989c12c8ed600272aa895390b277c0dc.tar.gz
libayatana-appindicator-9d5b3b0e989c12c8ed600272aa895390b277c0dc.tar.bz2
libayatana-appindicator-9d5b3b0e989c12c8ed600272aa895390b277c0dc.zip
* Merged changes from ~ubuntu-desktop package
* Intial release. * debian/rules - Changes to build targets to get it building multipass for python 2.6 and 2.7
Diffstat (limited to 'src/gen-notification-item.xml.c')
-rw-r--r--src/gen-notification-item.xml.c41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/gen-notification-item.xml.c b/src/gen-notification-item.xml.c
new file mode 100644
index 0000000..5243f9e
--- /dev/null
+++ b/src/gen-notification-item.xml.c
@@ -0,0 +1,41 @@
+const char * _notification_item =
+"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
+"<node name=\"/StatusNotifierItem\">\n"
+" <interface name=\"org.kde.StatusNotifierItem\">\n"
+"\n"
+"<!-- Properties -->\n"
+" <property name=\"Id\" type=\"s\" access=\"read\" />\n"
+" <property name=\"Category\" type=\"s\" access=\"read\" />\n"
+" <property name=\"Status\" type=\"s\" access=\"read\" />\n"
+" <property name=\"IconName\" type=\"s\" access=\"read\" />\n"
+" <property name=\"AttentionIconName\" type=\"s\" access=\"read\" />\n"
+" <!-- An additional path to add to the theme search path\n"
+" to find the icons specified above. -->\n"
+" <property name=\"IconThemePath\" type=\"s\" access=\"read\" />\n"
+" <property name=\"Menu\" type=\"o\" access=\"read\" />\n"
+" <property name=\"XAyatanaLabel\" type=\"s\" access=\"read\" />\n"
+" <property name=\"XAyatanaLabelGuide\" type=\"s\" access=\"read\" />\n"
+" <property name=\"XAyatanaOrderingIndex\" type=\"u\" access=\"read\" />\n"
+"\n"
+"<!-- Methods -->\n"
+" <!-- None currently -->\n"
+"\n"
+"<!-- Signals -->\n"
+" <signal name=\"NewIcon\">\n"
+" </signal>\n"
+" <signal name=\"NewIconThemePath\">\n"
+" <arg type=\"s\" name=\"icon_theme_path\" direction=\"out\" />\n"
+" </signal>\n"
+" <signal name=\"NewAttentionIcon\">\n"
+" </signal>\n"
+" <signal name=\"NewStatus\">\n"
+" <arg type=\"s\" name=\"status\" direction=\"out\" />\n"
+" </signal>\n"
+" <signal name=\"XAyatanaNewLabel\">\n"
+" <arg type=\"s\" name=\"label\" direction=\"out\" />\n"
+" <arg type=\"s\" name=\"guide\" direction=\"out\" />\n"
+" </signal>\n"
+"\n"
+" </interface>\n"
+"</node>\n"
+;