1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_FILE_AUTOFT_H_
3 # define _GNM_FILE_AUTOFT_H_
6 #include "format-template.h"
10 GSList
*gnm_ft_category_group_get_templates_list (GnmFTCategoryGroup
*category_group
,
11 GOCmdContext
*context
);
13 GList
*gnm_ft_category_group_list_get (void);
14 void gnm_ft_category_group_list_free (GList
*category_groups
);
16 int gnm_ft_category_group_cmp (gconstpointer a
, gconstpointer b
);
20 #endif /* _GNM_FILE_AUTOFT_H_ */