udapted vi.po
[rhythmbox.git] / lib / rb-glade-helpers.h
blobe0ef8bceb1dab019df29dbe6b69814646e4bf0ba
1 /*
2 * arch-tag: Header for Rhythmbox Glade XML utility functions
4 * Copyright (C) 2002 Jorn Baayen
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2, or (at your option)
9 * any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
22 #include <glade/glade.h>
24 #ifndef __RB_GLADE_HELPERS_H
25 #define __RB_GLADE_HELPERS_H
27 G_BEGIN_DECLS
29 GladeXML *rb_glade_xml_new (const char *file,
30 const char *root,
31 gpointer user_data);
33 void rb_glade_boldify_label (GladeXML *xml,
34 const char *name);
36 gboolean rb_combo_box_hyphen_separator_func (GtkTreeModel *model,
37 GtkTreeIter *iter,
38 gpointer data);
39 G_END_DECLS
41 #endif /* __RB_GLADE_HELPERS_H */