comparison libpurple/plugin.c @ 27337:552b5292f36f

merge of '67e253d9bff41f028ffc609c776f70dae52b614b' and 'ff9044771e996cfc4b88e228d53ac790086251fc'
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 25 Jun 2009 05:38:35 +0000
parents 01f1929d0936 19cbe3af6167
children a42d6d83ec36
comparison
equal deleted inserted replaced
27175:afcb1d41e557 27337:552b5292f36f
1220 return; 1220 return;
1221 1221
1222 search_paths = g_list_append(search_paths, g_strdup(path)); 1222 search_paths = g_list_append(search_paths, g_strdup(path));
1223 } 1223 }
1224 1224
1225 GList *
1226 purple_plugins_get_search_paths()
1227 {
1228 return search_paths;
1229 }
1230
1225 void 1231 void
1226 purple_plugins_unload_all(void) 1232 purple_plugins_unload_all(void)
1227 { 1233 {
1228 #ifdef PURPLE_PLUGINS 1234 #ifdef PURPLE_PLUGINS
1229 1235