2007-02-22 Jens Granseuer <jensgr@gmx.net> * gtkrc-utils.c: (gtkrc_find_named): * gtkrc-utils.h: constify arg to fix a compiler warning svn path=/trunk/; revision=7320
5 lines
135 B
C
5 lines
135 B
C
|
|
|
|
void gtkrc_get_details (gchar *filename, GSList **engines, GSList **symbolic_colors);
|
|
gchar * gtkrc_find_named (const gchar *name);
|
|
|