Mercurial > audlegacy
view audacious/credits.h @ 1759:c525c2b6a3d8 trunk
[svn] Interpret set_string for a NULL value as a key unset action, as gconf will not store NULL values.
author | chainsaw |
---|---|
date | Sun, 24 Sep 2006 12:08:30 -0700 |
parents | 5c76d862ed49 |
children |
line wrap: on
line source
#ifndef ABOUT_H #define ABOUT_H void show_about_window(void); void show_credits_window(void); #endif