libpurple/plugins/notify_example.c

branch
release-2.2.3
changeset 20288
5ca925a094e2
parent 20084
7b3c24de3714
child 33955
55aa58076485
equal deleted inserted replaced
20287:4a25d4144f16 20288:5ca925a094e2
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

mercurial