Mercurial > pidgin
annotate doc/ui-ops.dox @ 25699:a2388ce30772
propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)
to branch 'im.pidgin.cpw.malu.xmpp.idle' (head be7b4f6258447b092a218a3872f6bb068190404c)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Thu, 12 Feb 2009 21:49:56 +0000 |
parents | e3bf822c19c8 |
children |
rev | line source |
---|---|
18834
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
1 /** @page ui-ops UiOps structures |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
2 |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
3 When implementing a UI for libpurple, you need to fill in various UiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
4 structures: |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
5 |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
6 - #PurpleAccountUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
7 - #PurpleBlistUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
8 - #PurpleConnectionUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
9 - #PurpleConversationUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
10 - #PurpleCoreUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
11 - #PurpleDebugUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
12 - #PurpleDnsQueryUiOps |
22390
e3bf822c19c8
Document PurpleEventLoopUiOps and associated misc.
Will Thompson <will.thompson@collabora.co.uk>
parents:
18834
diff
changeset
|
13 - #PurpleEventLoopUiOps (without this, nothing will work and you will cry) |
18834
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
14 - #PurpleIdleUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
15 - #PurpleNotifyUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
16 - #PurplePrivacyUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
17 - #PurpleRequestUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
18 - #PurpleRoomlistUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
19 - #PurpleSoundUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
20 - #PurpleWhiteboardUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
21 - #PurpleXferUiOps |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
22 |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
23 */ |
500c785c109d
Add a page to the documentation listing all UiOps structures.
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
24 // vim: ft=c.doxygen |