Mercurial > pidgin
view doc/plugin-signals.dox @ 12503:8ed35c29007f
[gaim-migrate @ 14815]
Something happened to the gettext config or autotools or something that
prevented mkinstalldirs being found when doing the "make install" in the
po/ directory.
I think this fixes it. I hope it does anyway.
I'm guessing that most people who encountered this problem just copied
mkinstalldirs into po/ and forgot about it.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 16 Dec 2005 18:39:21 +0000 |
parents | 1ec93dd2f359 |
children | 8cf53d7a0887 |
line wrap: on
line source
/** @page plugin-signals Plugin Signals @signals @signal plugin-load @signal plugin-unload @endsignals <hr> @signaldef plugin-load @signalproto void (*plugin_load)(GaimPlugin *plugin); @endsignalproto @signaldesc Emitted when a plugin is loaded. @param plugin The plugin that was loaded. @endsignaldef @signaldef plugin-unload @signalproto void (*plugin_unload)(GaimPlugin *plugin); @endsignalproto @signaldesc Emitted when a plugin is unloaded. @param plugin The plugin that was unloaded. @endsignaldef */ // vim: syntax=c tw=75 et