changeset 18357:2177a11e169d

Add links to the signal documents in the API documents.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 29 Jun 2007 15:30:22 +0000
parents 823b3a3191fc
children b246ffeb4756 9b5b0cbde65f 700b642631bc
files doc/notify-signals.dox libpurple/blist.h libpurple/cipher.h libpurple/core.h libpurple/dbus-server.h libpurple/imgstore.h libpurple/log.h libpurple/notify.h libpurple/plugin.h libpurple/savedstatuses.h libpurple/sound.h
diffstat 11 files changed, 21 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/notify-signals.dox	Fri Jun 29 15:03:27 2007 +0000
+++ b/doc/notify-signals.dox	Fri Jun 29 15:30:22 2007 +0000
@@ -1,4 +1,4 @@
-/** @page conversation-signals Notification Signals
+/** @page notify-signals Notification Signals
 
  @signals
   @signal displaying-userinfo
--- a/libpurple/blist.h	Fri Jun 29 15:03:27 2007 +0000
+++ b/libpurple/blist.h	Fri Jun 29 15:30:22 2007 +0000
@@ -21,6 +21,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * @see @ref blist-signals
  */
 #ifndef _PURPLE_BLIST_H_
 #define _PURPLE_BLIST_H_
--- a/libpurple/cipher.h	Fri Jun 29 15:03:27 2007 +0000
+++ b/libpurple/cipher.h	Fri Jun 29 15:30:22 2007 +0000
@@ -21,6 +21,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * @see @ref cipher-signals
  */
 #ifndef PURPLE_CIPHER_H
 #define PURPLE_CIPHER_H
--- a/libpurple/core.h	Fri Jun 29 15:03:27 2007 +0000
+++ b/libpurple/core.h	Fri Jun 29 15:30:22 2007 +0000
@@ -20,6 +20,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * @see @ref core-signals
  */
 #ifndef _PURPLE_CORE_H_
 #define _PURPLE_CORE_H_
--- a/libpurple/dbus-server.h	Fri Jun 29 15:03:27 2007 +0000
+++ b/libpurple/dbus-server.h	Fri Jun 29 15:30:22 2007 +0000
@@ -22,6 +22,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
+ * @see @ref dbus-server-signals
  */
 
 #ifndef _PURPLE_DBUS_SERVER_H_
--- a/libpurple/imgstore.h	Fri Jun 29 15:03:27 2007 +0000
+++ b/libpurple/imgstore.h	Fri Jun 29 15:30:22 2007 +0000
@@ -22,6 +22,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
+ * @see @ref imgstore-signals
  */
 #ifndef _PURPLE_IMGSTORE_H_
 #define _PURPLE_IMGSTORE_H_
--- a/libpurple/log.h	Fri Jun 29 15:03:27 2007 +0000
+++ b/libpurple/log.h	Fri Jun 29 15:30:22 2007 +0000
@@ -21,6 +21,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * @see @ref log-signals
  */
 #ifndef _PURPLE_LOG_H_
 #define _PURPLE_LOG_H_
--- a/libpurple/notify.h	Fri Jun 29 15:03:27 2007 +0000
+++ b/libpurple/notify.h	Fri Jun 29 15:30:22 2007 +0000
@@ -21,6 +21,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * @see @ref notify-signals
  */
 #ifndef _PURPLE_NOTIFY_H_
 #define _PURPLE_NOTIFY_H_
--- a/libpurple/plugin.h	Fri Jun 29 15:03:27 2007 +0000
+++ b/libpurple/plugin.h	Fri Jun 29 15:30:22 2007 +0000
@@ -21,6 +21,10 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * @see @ref plugin-signals
+ * @see @ref plugin-ids
+ * @see @ref plugin-i18n
  */
 #ifndef _PURPLE_PLUGIN_H_
 #define _PURPLE_PLUGIN_H_
--- a/libpurple/savedstatuses.h	Fri Jun 29 15:03:27 2007 +0000
+++ b/libpurple/savedstatuses.h	Fri Jun 29 15:30:22 2007 +0000
@@ -21,6 +21,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * @see @ref savedstatus-signals
  */
 #ifndef _PURPLE_SAVEDSTATUSES_H_
 #define _PURPLE_SAVEDSTATUSES_H_
--- a/libpurple/sound.h	Fri Jun 29 15:03:27 2007 +0000
+++ b/libpurple/sound.h	Fri Jun 29 15:30:22 2007 +0000
@@ -21,6 +21,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * @see @ref sound-signals
  */
 #ifndef _PURPLE_SOUND_H_
 #define _PURPLE_SOUND_H_