plugins/notify.c

changeset 8749
fb487e9e101a
parent 7486
c3270cb483dc
child 8993
41f67bceab41
equal deleted inserted replaced
8748:b371a58d0263 8749:fb487e9e101a
749 get_config_frame 749 get_config_frame
750 }; 750 };
751 751
752 static GaimPluginInfo info = 752 static GaimPluginInfo info =
753 { 753 {
754 2, /**< api_version */ 754 GAIM_PLUGIN_API_VERSION, /**< api_version */
755 GAIM_PLUGIN_STANDARD, /**< type */ 755 GAIM_PLUGIN_STANDARD, /**< type */
756 GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */ 756 GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */
757 0, /**< flags */ 757 0, /**< flags */
758 NULL, /**< dependencies */ 758 NULL, /**< dependencies */
759 GAIM_PRIORITY_DEFAULT, /**< priority */ 759 GAIM_PRIORITY_DEFAULT, /**< priority */

mercurial