From d56caecf8ea6a9f435d112bda1f206fd5db89c5c Mon Sep 17 00:00:00 2001 From: Jan Arne Petersen Date: Mon, 8 Jan 2007 20:30:07 +0000 Subject: [PATCH] added new files from previous patch to svn. 2007-01-08 Jan Arne Petersen * gnome-settings-dbus.h, gnome-settings-marshal.list: added new files from previous patch to svn. svn path=/trunk/; revision=7107 --- gnome-settings-daemon/ChangeLog | 5 +++ gnome-settings-daemon/gnome-settings-dbus.h | 34 +++++++++++++++++++ .../gnome-settings-marshal.list | 1 + 3 files changed, 40 insertions(+) create mode 100644 gnome-settings-daemon/gnome-settings-dbus.h create mode 100644 gnome-settings-daemon/gnome-settings-marshal.list diff --git a/gnome-settings-daemon/ChangeLog b/gnome-settings-daemon/ChangeLog index 931069e37..efd20d5a4 100644 --- a/gnome-settings-daemon/ChangeLog +++ b/gnome-settings-daemon/ChangeLog @@ -1,3 +1,8 @@ +2007-01-08 Jan Arne Petersen + + * gnome-settings-dbus.h, gnome-settings-marshal.list: added new files + from previous patch to svn. + 2007-01-08 Jan Arne Petersen Fixes #133815 diff --git a/gnome-settings-daemon/gnome-settings-dbus.h b/gnome-settings-daemon/gnome-settings-dbus.h new file mode 100644 index 000000000..a20dab39e --- /dev/null +++ b/gnome-settings-daemon/gnome-settings-dbus.h @@ -0,0 +1,34 @@ +/* + * gnome-settings-dbus.h + * + * Copyright (C) 2007 Jan Arne Petersen + * + * 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 + +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 diff --git a/gnome-settings-daemon/gnome-settings-marshal.list b/gnome-settings-daemon/gnome-settings-marshal.list new file mode 100644 index 000000000..72f993790 --- /dev/null +++ b/gnome-settings-daemon/gnome-settings-marshal.list @@ -0,0 +1 @@ +VOID:STRING,STRING