1 #ifndef _GNM_FILE_AUTOFT_H_
2 # define _GNM_FILE_AUTOFT_H_
5 #include <format-template.h>
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
);
19 #endif /* _GNM_FILE_AUTOFT_H_ */