plugins/simple.c

changeset 8749
fb487e9e101a
parent 6677
effa9861ec8e
child 8993
41f67bceab41
equal deleted inserted replaced
8748:b371a58d0263 8749:fb487e9e101a
18 return TRUE; 18 return TRUE;
19 } 19 }
20 20
21 static GaimPluginInfo info = 21 static GaimPluginInfo info =
22 { 22 {
23 2, /**< api_version */ 23 GAIM_PLUGIN_API_VERSION, /**< api_version */
24 GAIM_PLUGIN_STANDARD, /**< type */ 24 GAIM_PLUGIN_STANDARD, /**< type */
25 NULL, /**< ui_requirement */ 25 NULL, /**< ui_requirement */
26 0, /**< flags */ 26 0, /**< flags */
27 NULL, /**< dependencies */ 27 NULL, /**< dependencies */
28 GAIM_PRIORITY_DEFAULT, /**< priority */ 28 GAIM_PRIORITY_DEFAULT, /**< priority */

mercurial