annotate 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 |
rev |
line source |
13387
|
1 /** @page savedstatus-signals Saved Status Signals
|
|
2
|
|
3 @signals
|
|
4 @signal savedstatus-changed
|
|
5 @endsignals
|
|
6
|
|
7 <hr>
|
|
8
|
|
9 @signaldef savedstatus-changed
|
|
10 @signalproto
|
|
11 void (*savedstatus_changed)(GaimSavedStatus *new, GaimSavedStatus *old);
|
|
12 @endsignalproto
|
|
13 @signaldesc
|
|
14 Emitted when a new saved status is activated.
|
|
15 @endsignaldef
|
|
16
|
|
17 */
|
|
18 // vim: syntax=c tw=75 et
|