[Pidgin] CHowTo/NotifyAPIHowTo modified

Pidgin trac at pidgin.im
Sun Apr 15 03:15:03 EDT 2012


Changed page "CHowTo/NotifyAPIHowTo" by QuLogic from 70.53.229.129*
Page URL: <http://developer.pidgin.im/wiki/CHowTo/NotifyAPIHowTo>
Diff URL: <http://developer.pidgin.im/wiki/CHowTo/NotifyAPIHowTo?action=diff&version=4>
Revision 4
Comment: Fix doxygen links

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: CHowTo/NotifyAPIHowTo
=========================================================================
--- CHowTo/NotifyAPIHowTo (version: 3)
+++ CHowTo/NotifyAPIHowTo (version: 4)
@@ -10,7 +10,7 @@
 Surely by now, some readers are wondering why this How-To is leaving out sections of the notify API.  The purpose of this document is to introduce you to the basic toolset and allow you the opportunity to grow on your own, learning the API as you need it to do more advanced plugin development.  Additional How-To documents may appear in the future to cover the other sections of the notify API, as well.
 
 == Using This Part of the Notify API ==
-If you read the API documentation for [http://developer.pidgin.im/doxygen/dev/html/notify_8h.html notify.h], you will see that most of the functions we explore here call for some common arguments.  Here is the list and their explanations:
+If you read the API documentation for [http://developer.pidgin.im/doxygen/dev2.x.y/html/notify_8h.html notify.h], you will see that most of the functions we explore here call for some common arguments.  Here is the list and their explanations:
  * '''`handle`''' - a UI-specific or plugin-specific handle for use by the notify API.  Generally, you will feed this argument the `PurplePlugin *` for your plugin.
  * '''`title`''' - the title for the notification.  The handling of this may vary depending on a number of factors.
  * '''`primary`''' - the primary text of the notification.  This text generally appears as larger and bold-faced when compared to the secondary text.  You will generally make this a concise message, such as "Error reading file!"

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
Pidgin <http://pidgin.im>
Pidgin

This is an automated message. Someone at http://pidgin.im added your email
address to be notified of changes on CHowTo/NotifyAPIHowTo. If it was not you, please
report to .


More information about the Wikiedit mailing list