Mercurial > pidgin
comparison libpurple/plugin.c @ 15461:e9c12873fae0
This renames the binary to 'pidgin', and I think it properly
moves all the LIBDIR's to pidgin and purple, respectively
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Tue, 30 Jan 2007 05:27:44 +0000 |
| parents | 21bc8d84974f |
| children | 32c366eeeb99 |
comparison
equal
deleted
inserted
replaced
| 15460:57c3c041b14e | 15461:e9c12873fae0 |
|---|---|
| 1144 | 1144 |
| 1145 void | 1145 void |
| 1146 gaim_plugins_init(void) { | 1146 gaim_plugins_init(void) { |
| 1147 void *handle = gaim_plugins_get_handle(); | 1147 void *handle = gaim_plugins_get_handle(); |
| 1148 | 1148 |
| 1149 gaim_plugins_add_search_path(LIBDIR); | |
| 1150 | |
| 1149 gaim_signal_register(handle, "plugin-load", | 1151 gaim_signal_register(handle, "plugin-load", |
| 1150 gaim_marshal_VOID__POINTER, | 1152 gaim_marshal_VOID__POINTER, |
| 1151 NULL, 1, | 1153 NULL, 1, |
| 1152 gaim_value_new(GAIM_TYPE_SUBTYPE, | 1154 gaim_value_new(GAIM_TYPE_SUBTYPE, |
| 1153 GAIM_SUBTYPE_PLUGIN)); | 1155 GAIM_SUBTYPE_PLUGIN)); |
