| 11 This is for UIs to use to ensure only one copy is running. |
11 This is for UIs to use to ensure only one copy is running. |
| 12 * purple_dbus_is_owner() |
12 * purple_dbus_is_owner() |
| 13 * purple_timeout_add_seconds() |
13 * purple_timeout_add_seconds() |
| 14 Callers should prefer this to purple_timeout_add() for timers |
14 Callers should prefer this to purple_timeout_add() for timers |
| 15 longer than 1 second away. Be aware of the rounding, though. |
15 longer than 1 second away. Be aware of the rounding, though. |
| |
16 * PURPLE_MESSAGE_NO_LINKIFY message flag to indicate that the message |
| |
17 should not be auto-linkified |
| |
18 * OPT_PROTO_SLASH_COMMANDS_NATIVE protocol option to indicate that |
| |
19 slash commands are "native" to the protocol |
| 16 |
20 |
| 17 version 2.0.0 (5/3/2007): |
21 version 2.0.0 (5/3/2007): |
| 18 Please note all functions, defines, and data structures have been |
22 Please note all functions, defines, and data structures have been |
| 19 re-namespaced to match the new names of Pidgin, Finch, and libpurple. |
23 re-namespaced to match the new names of Pidgin, Finch, and libpurple. |
| 20 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are |
24 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are |