~lightdm-team/lightdm/1.2

« back to all changes in this revision

Viewing changes to liblightdm-gobject/lightdm/system.h

  • Committer: Robert Ancell
  • Date: 2011-07-19 06:40:33 UTC
  • Revision ID: robert.ancell@canonical.com-20110719064033-zrm9i25392n2gw4v
Really tidy up liblightdm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2010-2011 Robert Ancell.
 
3
 * Author: Robert Ancell <robert.ancell@canonical.com>
 
4
 *
 
5
 * This library is free software; you can redistribute it and/or modify it under
 
6
 * the terms of the GNU Lesser General Public License as published by the Free
 
7
 * Software Foundation; either version 3 of the License, or (at your option) any
 
8
 * later version. See http://www.gnu.org/copyleft/lgpl.html the full text of the
 
9
 * license.
 
10
 */
 
11
 
 
12
#ifndef _LIGHTDM_HOSTNAME_H_
 
13
#define _LIGHTDM_HOSTNAME_H_
 
14
 
 
15
#include <glib-object.h>
 
16
 
 
17
const gchar *lightdm_get_hostname (void);
 
18
 
 
19
G_END_DECLS
 
20
 
 
21
#endif /* _LIGHTDM_HOSTNAME_H_ */