Based on a patch by: Lincoln de Sousa <lincoln@minaslivre.org>
2008-05-24 Jens Granseuer <jensgr@gmx.net> Based on a patch by: Lincoln de Sousa <lincoln@minaslivre.org> Port the last remaining bits of gnome-vfs to gio (bug #524401). * appearance-main.c: (init_appearance_data): * theme-installer.c: (cleanup_tmp_dir), (file_theme_type), (transfer_cancel_cb), (gnome_theme_install_real), (transfer_done_cb): use gio instead of gnome-vfs * theme-util.c: * theme-util.h: make file_delete_recursive public * gnome-wp-info.c: include string.h to avoid warning svn path=/trunk/; revision=8721
This commit is contained in:
parent
c9dd628887
commit
2c323085cb
6 changed files with 80 additions and 40 deletions
|
@ -60,3 +60,4 @@ gboolean theme_find_in_model (GtkTreeModel *model, const gchar *name, GtkTreeIte
|
|||
|
||||
void theme_install_file (GtkWindow *parent, const gchar *path);
|
||||
gboolean packagekit_available (void);
|
||||
gboolean file_delete_recursive (GFile *directory, GError **error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue