public static bool is_dbus_visible(CodeNode node) { var dbus_attribute = node.get_attribute("DBus"); if (dbus_attribute != null && dbus_attribute.has_argument("visible") && !dbus_attribute.get_bool("visible")) { return(false); } return(true); }