Lines Matching defs:property
70 " <property name=\"Priority\" type=\"i\" access=\"read\"/>"
71 " <property name=\"ApplicationName\" type=\"s\" access=\"read\"/>"
72 " <property name=\"ApplicationDeviceName\" type=\"s\" access=\"read\"/>"
77 " <arg name=\"property\" direction=\"in\" type=\"s\"/>"
176 const char *interface, *property;
182 DBUS_TYPE_STRING, &property,
189 if (strcmp(property, "ApplicationName") == 0 && d->application_name) {
199 } else if (strcmp(property, "ApplicationDeviceName") == 0) {
209 } else if (strcmp(property, "Priority") == 0) {
222 "Unknown property %s",
223 property)))