added new files from previous patch to svn.
2007-01-08 Jan Arne Petersen <jap@gnome.org> * gnome-settings-dbus.h, gnome-settings-marshal.list: added new files from previous patch to svn. svn path=/trunk/; revision=7107
This commit is contained in:
parent
2c6c2daf8a
commit
d56caecf8e
3 changed files with 40 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-01-08 Jan Arne Petersen <jap@gnome.org>
|
||||
|
||||
* gnome-settings-dbus.h, gnome-settings-marshal.list: added new files
|
||||
from previous patch to svn.
|
||||
|
||||
2007-01-08 Jan Arne Petersen <jap@gnome.org>
|
||||
|
||||
Fixes #133815
|
||||
|
|
34
gnome-settings-daemon/gnome-settings-dbus.h
Normal file
34
gnome-settings-daemon/gnome-settings-dbus.h
Normal file
|
@ -0,0 +1,34 @@
|
|||
/*
|
||||
* gnome-settings-dbus.h
|
||||
*
|
||||
* Copyright (C) 2007 Jan Arne Petersen <jap@gnome.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||
* USA.
|
||||
*/
|
||||
|
||||
#ifndef __GNOME_SETTINGS_DBUS_H__
|
||||
#define __GNOME_SETTINGS_DBUS_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
GObject *gnome_settings_server_get (void);
|
||||
void gnome_settings_server_media_player_key_pressed (GObject *server, const gchar *key);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif
|
1
gnome-settings-daemon/gnome-settings-marshal.list
Normal file
1
gnome-settings-daemon/gnome-settings-marshal.list
Normal file
|
@ -0,0 +1 @@
|
|||
VOID:STRING,STRING
|
Loading…
Add table
Add a link
Reference in a new issue