Update Spanish translation
[gnumeric.git] / src / file-autoft.h
blob2bcfc53e39662f966fdb44287cc0e3b49fcd928d
1 #ifndef _GNM_FILE_AUTOFT_H_
2 # define _GNM_FILE_AUTOFT_H_
4 #include <gnumeric.h>
5 #include <format-template.h>
7 G_BEGIN_DECLS
9 GSList *gnm_ft_category_group_get_templates_list (GnmFTCategoryGroup *category_group,
10 GOCmdContext *context);
12 GList *gnm_ft_category_group_list_get (void);
13 void gnm_ft_category_group_list_free (GList *category_groups);
15 int gnm_ft_category_group_cmp (gconstpointer a, gconstpointer b);
17 G_END_DECLS
19 #endif /* _GNM_FILE_AUTOFT_H_ */