# HG changeset patch # User Sadrul Habib Chowdhury # Date 1183131022 0 # Node ID 2177a11e169d7a0ba993ebbe660481c1b9b62c9f # Parent 823b3a3191fc8d5a74cfb5fa271a96ea12237737 Add links to the signal documents in the API documents. diff -r 823b3a3191fc -r 2177a11e169d doc/notify-signals.dox --- 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 diff -r 823b3a3191fc -r 2177a11e169d libpurple/blist.h --- 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_ diff -r 823b3a3191fc -r 2177a11e169d libpurple/cipher.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 diff -r 823b3a3191fc -r 2177a11e169d libpurple/core.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_ diff -r 823b3a3191fc -r 2177a11e169d libpurple/dbus-server.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_ diff -r 823b3a3191fc -r 2177a11e169d libpurple/imgstore.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_ diff -r 823b3a3191fc -r 2177a11e169d libpurple/log.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_ diff -r 823b3a3191fc -r 2177a11e169d libpurple/notify.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_ diff -r 823b3a3191fc -r 2177a11e169d libpurple/plugin.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_ diff -r 823b3a3191fc -r 2177a11e169d libpurple/savedstatuses.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_ diff -r 823b3a3191fc -r 2177a11e169d libpurple/sound.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_