Mercurial > pidgin
view doc/savedstatus-signals.dox @ 14172:06a2658aa96e
[gaim-migrate @ 16822]
Patch #1541742 ("Add boolean property \"iconsel\" for Statusbox"):
"This adds a boolean property "iconsel" for statusbox.
Setting the property to TRUE shows the icon-selector,
setting it to FALSE removes it. It would allow plugins
like mystatusbox to better control the statusboxes,
especially the per-account ones."
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 18 Aug 2006 00:19:18 +0000 |
parents | d9dbb874a30c |
children | 8cf53d7a0887 |
line wrap: on
line source
/** @page savedstatus-signals Saved Status Signals @signals @signal savedstatus-changed @endsignals <hr> @signaldef savedstatus-changed @signalproto void (*savedstatus_changed)(GaimSavedStatus *new, GaimSavedStatus *old); @endsignalproto @signaldesc Emitted when a new saved status is activated. @endsignaldef */ // vim: syntax=c tw=75 et