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

« back to all changes in this revision

Viewing changes to gnome-settings-daemon/gnome-settings-multimedia-keys.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
/* gnome-settings-multimedia_keys.h
 
2
 *
 
3
 * Copyright (C) 2002 Sun Microsystems Inc.
 
4
 *
 
5
 * This program is free software; you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License as published by
 
7
 * the Free Software Foundation; either version 2, or (at your option)
 
8
 * any later version.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program; if not, write to the Free Software
 
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
18
 * 02111-1307, USA.
 
19
 *
 
20
 * Author: Erwann Ch�ned� <erwann.chenede@sun.com>
 
21
 */
 
22
 
 
23
 
 
24
#ifndef __GNOME_SETTINGS_MULTIMEDIA_KEYS_H__
 
25
#define __GNOME_SETTINGS_MULTIMEDIA_KEYS_H__
 
26
 
 
27
#include <gconf/gconf.h>
 
28
void gnome_settings_multimedia_keys_init (GConfClient *client);
 
29
void gnome_settings_multimedia_keys_load (GConfClient *client);
 
30
 
 
31
#endif /*__GNOME_SETTINGS_MULTIMEDIA_KEYS_H__*/