sssd_dbus_meta.c revision 3d5908ed0faf400a5c7d9c3e4312597ee1b7786a
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainen Stef Walter <stefw@redhat.com>
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainen Copyright (C) 2014 Red Hat
02a54da28f376dd66d7939d8546a196a0045b486Timo Sirainen This program is free software; you can redistribute it and/or modify
be1ce4990d3e5eda1e80a032e355e41aabc29d6fTimo Sirainen it under the terms of the GNU General Public License as published by
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainen the Free Software Foundation; either version 3 of the License, or
02a54da28f376dd66d7939d8546a196a0045b486Timo Sirainen (at your option) any later version.
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainen This program is distributed in the hope that it will be useful,
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainen but WITHOUT ANY WARRANTY; without even the implied warranty of
02a54da28f376dd66d7939d8546a196a0045b486Timo Sirainen MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainen GNU General Public License for more details.
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainen You should have received a copy of the GNU General Public License
9e808b253bf5c20878fedfb44e4f2273db31da7cTimo Sirainen along with this program. If not, see <http://www.gnu.org/licenses/>.
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainensbus_meta_find_method(const struct sbus_interface_meta *interface,
e50c1eb31159d8ccc116d8fb487a5e231d2033a1Timo Sirainen for (method = interface->methods; method && method->name; method++) {
08a0b7b0d0444875001847ef2b1b7b76122620abTimo Sirainensbus_meta_find_signal(const struct sbus_interface_meta *interface,
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainen for (signal = interface->signals; signal && signal->name; signal++) {
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainensbus_meta_find_property(const struct sbus_interface_meta *interface,
7fb70daba4e571eab5b64f496d20b9e37e31141bTimo Sirainen for (property = interface->properties; property && property->name; property++) {