Codebase list realmd / 4ae18ad4-510e-483b-8fce-a189b11ddad9/main service / realm-network.h
4ae18ad4-510e-483b-8fce-a189b11ddad9/main

Tree @4ae18ad4-510e-483b-8fce-a189b11ddad9/main (Download .tar.gz)

realm-network.h @4ae18ad4-510e-483b-8fce-a189b11ddad9/mainraw · history · blame

/* realmd -- Realm configuration service
 *
 * Copyright 2012 Red Hat Inc
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published
 * by the Free Software Foundation; either version 2 of the licence or (at
 * your option) any later version.
 *
 * See the included COPYING file for more information.
 *
 * Author: Stef Walter <stefw@gnome.org>
 */

#include "config.h"

#ifndef __REALM_NETWORK_H__
#define __REALM_NETWORK_H__

#include <gio/gio.h>

G_BEGIN_DECLS

void           realm_network_get_dhcp_domain_async   (GDBusConnection *connection,
                                                      GAsyncReadyCallback callback,
                                                      gpointer user_data);

gchar *        realm_network_get_dhcp_domain_finish  (GAsyncResult *result,
                                                      GError **error);

G_END_DECLS

#endif /* __REALM_NETWORK_H__ */