/*
Authors:
Pavel Březina <pbrezina@redhat.com>
Copyright (C) 2014 Red Hat
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#include <string.h>
#include "lib/sifp/sss_sifp.h"
#include "lib/sifp/sss_sifp_dbus.h"
#include "lib/sifp/sss_sifp_private.h"
const char *object_path,
const char *interface,
const char *method,
int first_arg_type,
{
return SSS_SIFP_INVALID_ARGUMENT;
}
goto done;
}
if (first_arg_type != DBUS_TYPE_INVALID) {
if (!bret) {
goto done;
}
}
done:
}
return ret;
}
const char *interface,
const char *method)
{
}
{
}
int timeout,
{
return SSS_SIFP_INVALID_ARGUMENT;
}
timeout, &dbus_error);
if (dbus_error_is_set(&dbus_error)) {
goto done;
}
} else {
}
ret = SSS_SIFP_OK;
done:
return ret;
}
static sss_sifp_error
const char *object_path,
const char *interface,
const char *method,
char ***_object_paths,
int first_arg_type,
{
return SSS_SIFP_INVALID_ARGUMENT;
}
if (dbus_method == NULL) {
goto done;
}
if (ret != SSS_SIFP_OK) {
goto done;
}
done:
}
return ret;
}
const char *object_path,
const char *interface,
const char *method,
char ***_object_paths,
int first_arg_type,
...)
{
return ret;
}
const char *method,
char ***_object_paths,
int first_arg_type,
...)
{
return ret;
}
static sss_sifp_error
const char *object_path,
const char *interface,
const char *method,
char **_object_path,
int first_arg_type,
{
return SSS_SIFP_INVALID_ARGUMENT;
}
if (dbus_method == NULL) {
goto done;
}
if (ret != SSS_SIFP_OK) {
goto done;
}
done:
}
return ret;
}
const char *object_path,
const char *interface,
const char *method,
char **_object_path,
int first_arg_type,
...)
{
return ret;
}
const char *method,
char **_object_path,
int first_arg_type,
...)
{
return ret;
}