move function here from common/
2007-10-27 Jens Granseuer <jensgr@gmx.net> * theme-util.c: (theme_is_writable): * theme-util.h: move function here from common/ * appearance-style.c: (gtk_theme_changed), (window_theme_changed), (icon_theme_changed), (cursor_theme_changed): * appearance-themes.c: (theme_selection_changed_cb): adapt callers 2007-10-27 Jens Granseuer <jensgr@gmx.net> * gnome-theme-info.c (gnome_theme_is_writable): * gnome-theme-info.h: move this function to the appearance capplet svn path=/trunk/; revision=8211
This commit is contained in:
parent
21b740a43f
commit
2ba498e0c2
8 changed files with 67 additions and 52 deletions
|
@ -46,6 +46,8 @@ typedef enum {
|
|||
THEME_TYPE_CURSOR
|
||||
} ThemeType;
|
||||
|
||||
gboolean theme_is_writable (const gpointer theme, ThemeType type);
|
||||
gboolean theme_delete (const gchar *name, ThemeType type);
|
||||
|
||||
gboolean theme_model_iter_last (GtkTreeModel *model, GtkTreeIter *iter);
|
||||
gboolean theme_find_in_model (GtkTreeModel *model, const gchar *name, GtkTreeIter *iter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue