~ubuntu-branches/ubuntu/breezy/control-center/breezy

« back to all changes in this revision

Viewing changes to gnome-settings-daemon/gnome-settings-screensaver.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2005-03-17 22:28:32 UTC
  • Revision ID: james.westby@ubuntu.com-20050317222832-r2cw3974bm9qjrva
Tags: upstream-2.8.2
ImportĀ upstreamĀ versionĀ 2.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- mode: c; style: linux -*- */
 
2
 
 
3
/* gnome-settings-screensaver.h
 
4
 *
 
5
 * Copyright (C) 2002 Sun Microsystems, Inc.
 
6
 *
 
7
 * Written by Jacob Berkman <jacob@ximian.com>
 
8
 *
 
9
 * This program is free software; you can redistribute it and/or modify
 
10
 * it under the terms of the GNU General Public License as published by
 
11
 * the Free Software Foundation; either version 2, or (at your option)
 
12
 * any later version.
 
13
 *
 
14
 * This program is distributed in the hope that it will be useful,
 
15
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
 * GNU General Public License for more details.
 
18
 *
 
19
 * You should have received a copy of the GNU General Public License
 
20
 * along with this program; if not, write to the Free Software
 
21
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
22
 * 02111-1307, USA.
 
23
 */
 
24
 
 
25
#ifndef GNOME_SETTINGS_SCREENSAVER_H
 
26
#define GNOME_SETTINGS_SCREENSAVER_H
 
27
 
 
28
#include <gconf/gconf-client.h>
 
29
 
 
30
void gnome_settings_screensaver_init (GConfClient *client);
 
31
void gnome_settings_screensaver_load (GConfClient *client);
 
32
 
 
33
#endif