Remove libsounds and esound usage, check for libcanberra instead (Closes:
2008-07-28 Bastien Nocera <hadess@hadess.net> * Makefile.am: * configure.in: Remove libsounds and esound usage, check for libcanberra instead (Closes: #542979) 2008-07-28 Bastien Nocera <hadess@hadess.net> * theme-util.c: * theme-util.h: Remove the directory deletion helpers, and move them to the common sub-directory 2008-07-28 Bastien Nocera <hadess@hadess.net> * Makefile.am: * capplet-util.c (directory_delete_recursive), (capplet_file_delete_recursive): * capplet-util.h: Move directory deletion helper function from the appearance capplet into a common directory 2008-07-28 Bastien Nocera <hadess@hadess.net> * Makefile.am: * sound-properties-capplet.c (create_dialog), (setup_dialog), (get_legacy_settings): * sound-properties.glade: * sound-theme-definition.h: * sound-theme-file-utils.[ch]: * sound-theme.[ch]: Remove separate bell settings tab, remove libsounds dependency, add freedesktop sound theme support through libcanberra (Closes: #542979) svn path=/trunk/; revision=8802
This commit is contained in:
parent
16ad9834ca
commit
2cac70eea3
17 changed files with 1743 additions and 381 deletions
|
@ -24,6 +24,7 @@
|
|||
#ifndef __CAPPLET_UTIL_H
|
||||
#define __CAPPLET_UTIL_H
|
||||
|
||||
#include <gio/gio.h>
|
||||
#include <gnome.h>
|
||||
#include <gconf/gconf.h>
|
||||
#include <gconf/gconf-changeset.h>
|
||||
|
@ -46,5 +47,6 @@
|
|||
|
||||
void capplet_help (GtkWindow *parent, char const *helpfile, char const *section);
|
||||
void capplet_set_icon (GtkWidget *window, char const *icon_file_name);
|
||||
gboolean capplet_file_delete_recursive (GFile *directory, GError **error);
|
||||
|
||||
#endif /* __CAPPLET_UTIL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue