comparison src/core.c @ 6612:0f78db521e70

[gaim-migrate @ 7136] Added a function to return the version of the gaim core. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 07:40:13 +0000
parents 800ef4a51096
children b7e113a59b51
comparison
equal deleted inserted replaced
6611:6e3bec3c843e 6612:0f78db521e70
136 g_free(core); 136 g_free(core);
137 137
138 _core = NULL; 138 _core = NULL;
139 } 139 }
140 140
141 const char *
142 gaim_core_get_version(void)
143 {
144 return VERSION;
145 }
146
141 void 147 void
142 gaim_core_mainloop_iteration(void) 148 gaim_core_mainloop_iteration(void)
143 { 149 {
144 g_main_context_iteration(g_main_context_default(), FALSE); 150 g_main_context_iteration(g_main_context_default(), FALSE);
145 } 151 }