plugins/signals-test.c

changeset 8749
fb487e9e101a
parent 7517
cda1bf7428a7
child 8993
41f67bceab41
equal deleted inserted replaced
8748:b371a58d0263 8749:fb487e9e101a
452 return TRUE; 452 return TRUE;
453 } 453 }
454 454
455 static GaimPluginInfo info = 455 static GaimPluginInfo info =
456 { 456 {
457 2, /**< api_version */ 457 GAIM_PLUGIN_API_VERSION, /**< api_version */
458 GAIM_PLUGIN_STANDARD, /**< type */ 458 GAIM_PLUGIN_STANDARD, /**< type */
459 NULL, /**< ui_requirement */ 459 NULL, /**< ui_requirement */
460 0, /**< flags */ 460 0, /**< flags */
461 NULL, /**< dependencies */ 461 NULL, /**< dependencies */
462 GAIM_PRIORITY_DEFAULT, /**< priority */ 462 GAIM_PRIORITY_DEFAULT, /**< priority */

mercurial