[Pidgin] CHowTo/NotifyAPIHowTo modified

Pidgin trac at pidgin.im
Sat Nov 2 23:12:58 EDT 2013


Page "CHowTo/NotifyAPIHowTo" was changed by MarkDoliner
Diff URL: <https://developer.pidgin.im/wiki/CHowTo/NotifyAPIHowTo?action=diff&version=5>
Revision 5
Comment: Make inter-wiki links relative (and especially don't link to http, since we always redirect http to https).
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: CHowTo/NotifyAPIHowTo
=========================================================================
--- CHowTo/NotifyAPIHowTo (version: 4)
+++ CHowTo/NotifyAPIHowTo (version: 5)
@@ -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/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:
+If you read the API documentation for [/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<--------

--
Page URL: <https://developer.pidgin.im/wiki/CHowTo/NotifyAPIHowTo>
Pidgin <https://pidgin.im>
Pidgin

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


More information about the Wikiedit mailing list