include config.h, use strcmp instead of our home-grown g_str_nequal, and
2008-04-12 Jens Granseuer <jensgr@gmx.net> * gtkrc-utils.c: (gtkrc_get_details), (gtkrc_get_color_scheme): * gtkrc-utils.h: include config.h, use strcmp instead of our home-grown g_str_nequal, and constify the parameter of gtkrc_get_color_scheme svn path=/trunk/; revision=8645
This commit is contained in:
parent
4389eaa5ff
commit
394c5698a9
3 changed files with 19 additions and 14 deletions
|
@ -21,5 +21,5 @@
|
|||
|
||||
void gtkrc_get_details (gchar *filename, GSList **engines, GSList **symbolic_colors);
|
||||
gchar * gtkrc_find_named (const gchar *name);
|
||||
gchar * gtkrc_get_color_scheme (gchar *filename);
|
||||
gchar * gtkrc_get_color_scheme (const gchar *filename);
|
||||
gchar * gtkrc_get_color_scheme_for_theme (const gchar *theme_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue