| 133 NULL, /* dependencies */ |
133 NULL, /* dependencies */ |
| 134 PURPLE_PRIORITY_DEFAULT, /* priority */ |
134 PURPLE_PRIORITY_DEFAULT, /* priority */ |
| 135 |
135 |
| 136 PLUGIN_ID, /* id */ |
136 PLUGIN_ID, /* id */ |
| 137 "Notify API Example", /* name */ |
137 "Notify API Example", /* name */ |
| 138 VERSION, /* version */ |
138 DISPLAY_VERSION, /* version */ |
| 139 "Notify API Example", /* summary */ |
139 "Notify API Example", /* summary */ |
| 140 "Notify API Example", /* description */ |
140 "Notify API Example", /* description */ |
| 141 PLUGIN_AUTHOR, /* author */ |
141 PLUGIN_AUTHOR, /* author */ |
| 142 "http://pidgin.im", /* homepage */ |
142 "http://pidgin.im", /* homepage */ |
| 143 |
143 |