comparison plugins/gaim-remote/remote.c @ 5954:fccc33d4b8fa

[gaim-migrate @ 6398] I made serv_set_info or whatever it's called take a const char * I don't really remember why I also made some other small changes There should be no functionality change I'm still struggling to get available messages working. They haunt my dreams. Like the gray gorilla, or the Silhouette of the past, fading into the dim light of the moon. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 25 Jun 2003 04:20:30 +0000
parents d188b000e892
children 547ba881bc7e
comparison
equal deleted inserted replaced
5953:bc71bd31c223 5954:fccc33d4b8fa
706 706
707 static gboolean 707 static gboolean
708 plugin_load(GaimPlugin *plugin) 708 plugin_load(GaimPlugin *plugin)
709 { 709 {
710 core_main(); 710 core_main();
711
712 return TRUE;
711 } 713 }
712 714
713 static gboolean 715 static gboolean
714 plugin_unload(GaimPlugin *plugin) 716 plugin_unload(GaimPlugin *plugin)
715 { 717 {
716 core_quit(); 718 core_quit();
719
720 return TRUE;
717 } 721 }
718 722
719 static GaimPluginInfo info = 723 static GaimPluginInfo info =
720 { 724 {
721 2, /**< api_version */ 725 2, /**< api_version */