libpurple/pluginpref.h

changeset 39659
e4dfb99b0cef
parent 38716
b9bed228745a
child 40186
d7e2aba4d9f4
equal deleted inserted replaced
39658:0fdef8ea59c8 39659:e4dfb99b0cef
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 * 20 *
21 */ 21 */
22 22
23 #ifndef _PURPLE_PLUGINPREF_H_ 23 #ifndef PURPLE_PLUGINPREF_H
24 #define _PURPLE_PLUGINPREF_H_ 24 #define PURPLE_PLUGINPREF_H
25 /** 25 /**
26 * SECTION:pluginpref 26 * SECTION:pluginpref
27 * @section_id: libpurple-pluginpref 27 * @section_id: libpurple-pluginpref
28 * @short_description: <filename>pluginpref.h</filename> 28 * @short_description: <filename>pluginpref.h</filename>
29 * @title: Plugin Preferences Frontend 29 * @title: Plugin Preferences Frontend
307 */ 307 */
308 PurpleStringFormatType purple_plugin_pref_get_format_type(PurplePluginPref *pref); 308 PurpleStringFormatType purple_plugin_pref_get_format_type(PurplePluginPref *pref);
309 309
310 G_END_DECLS 310 G_END_DECLS
311 311
312 #endif /* _PURPLE_PLUGINPREF_H_ */ 312 #endif /* PURPLE_PLUGINPREF_H */

mercurial