00001 /* 00002 * Audacious 00003 * Copyright © 2009 William Pitcock <nenolod@atheme.org> 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License as published by 00007 * the Free Software Foundation; under version 3 of the License. 00008 * 00009 * This program is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU General Public License 00015 * along with this program. If not, see <http://www.gnu.org/licenses>. 00016 * 00017 * The Audacious team does not consider modular code linking to 00018 * Audacious or using our public API to be a derived work. 00019 */ 00026 #ifndef AUDACIOUS_STRINGPOOL_H 00027 #define AUDACIOUS_STRINGPOOL_H 00028 00040 gchar *stringpool_get(gchar *str, gboolean take); 00041 00048 void stringpool_unref(gchar *str); 00049 00050 #endif 00051