Blame libnm/nm-dbus-helpers.h

Packit Service 87a54e
/* SPDX-License-Identifier: LGPL-2.1-or-later */
Packit 5756e2
/*
Packit 5756e2
 * Copyright (C) 2013 Red Hat, Inc.
Packit 5756e2
 */
Packit 5756e2
Packit 5756e2
#ifndef __NM_DBUS_HELPERS_PRIVATE_H__
Packit 5756e2
#define __NM_DBUS_HELPERS_PRIVATE_H__
Packit 5756e2
Packit Service a1bd4f
#if !((NETWORKMANAGER_COMPILATION) &NM_NETWORKMANAGER_COMPILATION_WITH_LIBNM_PRIVATE)
Packit Service a1bd4f
    #error Cannot use this header.
Packit 5756e2
#endif
Packit 5756e2
Packit 5756e2
#include "nm-std-aux/nm-dbus-compat.h"
Packit 5756e2
Packit Service a1bd4f
#define NM_DBUS_DEFAULT_TIMEOUT_MSEC 25000
Packit 5756e2
Packit Service a1bd4f
GBusType _nm_dbus_bus_type(void);
Packit 5756e2
Packit Service a1bd4f
void _nm_dbus_bind_properties(gpointer object, gpointer skeleton);
Packit 5756e2
Packit Service a1bd4f
void _nm_dbus_bind_methods(gpointer object, gpointer skeleton, ...) G_GNUC_NULL_TERMINATED;
Packit 5756e2
Packit 5756e2
#endif /* __NM_DBUS_HELPERS_PRIVATE_H__ */