# HG changeset patch # User Sadrul Habib Chowdhury # Date 1191701312 0 # Node ID 85d29a1f4d249a62d181b9075ffaac2ff691b060 # Parent 0077d3b6ecd215221fd1371841964b57bf26a32c# Parent a08d14d993c523e3443dc8d9de641e59e5b831f3 merge of '7252a43314152ad33cc6dc4d65c0349a16575b81' and '96ca620a913d3dbdbf8113d280ae2eec5f09babe' diff -r a08d14d993c5 -r 85d29a1f4d24 doc/gtkconv-signals.dox --- a/doc/gtkconv-signals.dox Sat Oct 06 20:06:56 2007 +0000 +++ b/doc/gtkconv-signals.dox Sat Oct 06 20:08:32 2007 +0000 @@ -12,6 +12,8 @@ @signal conversation-displayed @endsignals + @see gtkconv.h +
@signaldef conversation-dragging diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/account.h --- a/libpurple/account.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/account.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file account.h Account API * @ingroup core + * @see @ref account-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref account-signals */ #ifndef _PURPLE_ACCOUNT_H_ #define _PURPLE_ACCOUNT_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/blist.h --- a/libpurple/blist.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/blist.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file blist.h Buddy List API * @ingroup core + * @see @ref blist-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref blist-signals */ #ifndef _PURPLE_BLIST_H_ #define _PURPLE_BLIST_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/certificate.h --- a/libpurple/certificate.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/certificate.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file certificate.h Public-Key Certificate API * @ingroup core + * @see @ref certificate-signals */ /* diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/cipher.h --- a/libpurple/cipher.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/cipher.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file cipher.h Purple Cipher API * @ingroup core + * @see @ref cipher-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref cipher-signals */ #ifndef PURPLE_CIPHER_H #define PURPLE_CIPHER_H diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/connection.h --- a/libpurple/connection.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/connection.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file connection.h Connection API * @ingroup core + * @see @ref connection-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref connection-signals */ #ifndef _PURPLE_CONNECTION_H_ #define _PURPLE_CONNECTION_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/conversation.h --- a/libpurple/conversation.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/conversation.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file conversation.h Conversation API * @ingroup core + * @see @ref conversation-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref conversation-signals */ #ifndef _PURPLE_CONVERSATION_H_ #define _PURPLE_CONVERSATION_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/core.h --- a/libpurple/core.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/core.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,5 +1,6 @@ /** * @defgroup core libpurple + * @see @ref core-signals */ /* purple @@ -21,8 +22,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref core-signals */ #ifndef _PURPLE_CORE_H_ #define _PURPLE_CORE_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/dbus-server.h --- a/libpurple/dbus-server.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/dbus-server.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file dbus-server.h Purple DBUS Server * @ingroup core + * @see @ref dbus-server-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref dbus-server-signals */ #ifndef _PURPLE_DBUS_SERVER_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/ft.h --- a/libpurple/ft.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/ft.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file ft.h File Transfer API * @ingroup core + * @see @ref xfer-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref xfer-signals */ #ifndef _PURPLE_FT_H_ #define _PURPLE_FT_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/gaim-compat.h --- a/libpurple/gaim-compat.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/gaim-compat.h Sat Oct 06 20:08:32 2007 +0000 @@ -22,8 +22,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref account-signals */ #ifndef _GAIM_COMPAT_H_ #define _GAIM_COMPAT_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/imgstore.h --- a/libpurple/imgstore.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/imgstore.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file imgstore.h IM Image Store API * @ingroup core + * @see @ref imgstore-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref imgstore-signals */ #ifndef _PURPLE_IMGSTORE_H_ #define _PURPLE_IMGSTORE_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/log.h --- a/libpurple/log.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/log.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file log.h Logging API * @ingroup core + * @see @ref log-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref log-signals */ #ifndef _PURPLE_LOG_H_ #define _PURPLE_LOG_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/notify.h --- a/libpurple/notify.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/notify.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file notify.h Notification API * @ingroup core + * @see @ref notify-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref notify-signals */ #ifndef _PURPLE_NOTIFY_H_ #define _PURPLE_NOTIFY_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/plugin.h --- a/libpurple/plugin.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/plugin.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,9 @@ /** * @file plugin.h Plugin API * @ingroup core + * @see @ref plugin-signals + * @see @ref plugin-ids + * @see @ref plugin-i18n */ /* purple @@ -22,10 +25,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref plugin-signals - * @see @ref plugin-ids - * @see @ref plugin-i18n */ #ifndef _PURPLE_PLUGIN_H_ #define _PURPLE_PLUGIN_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/savedstatuses.h --- a/libpurple/savedstatuses.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/savedstatuses.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file savedstatuses.h Saved Status API * @ingroup core + * @see @ref savedstatus-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref savedstatus-signals */ #ifndef _PURPLE_SAVEDSTATUSES_H_ #define _PURPLE_SAVEDSTATUSES_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 libpurple/sound.h --- a/libpurple/sound.h Sat Oct 06 20:06:56 2007 +0000 +++ b/libpurple/sound.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file sound.h Sound API * @ingroup core + * @see @ref sound-signals */ /* purple @@ -22,8 +23,6 @@ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - * - * @see @ref sound-signals */ #ifndef _PURPLE_SOUND_H_ #define _PURPLE_SOUND_H_ diff -r a08d14d993c5 -r 85d29a1f4d24 pidgin/gtkaccount.h --- a/pidgin/gtkaccount.h Sat Oct 06 20:06:56 2007 +0000 +++ b/pidgin/gtkaccount.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file gtkaccount.h GTK+ Account Editor UI * @ingroup pidgin + * @see @ref gtkaccount-signals */ /* pidgin diff -r a08d14d993c5 -r 85d29a1f4d24 pidgin/gtkblist.h --- a/pidgin/gtkblist.h Sat Oct 06 20:06:56 2007 +0000 +++ b/pidgin/gtkblist.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file gtkblist.h GTK+ Buddy List API * @ingroup pidgin + * @see @ref gtkblist-signals */ /* pidgin diff -r a08d14d993c5 -r 85d29a1f4d24 pidgin/gtkconv.h --- a/pidgin/gtkconv.h Sat Oct 06 20:06:56 2007 +0000 +++ b/pidgin/gtkconv.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file gtkconv.h GTK+ Conversation API * @ingroup pidgin + * @see @ref gtkconv-signals */ /* pidgin diff -r a08d14d993c5 -r 85d29a1f4d24 pidgin/gtkimhtml.h --- a/pidgin/gtkimhtml.h Sat Oct 06 20:06:56 2007 +0000 +++ b/pidgin/gtkimhtml.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file gtkimhtml.h GTK+ IM/HTML rendering component * @ingroup pidgin + * @see @ref gtkimhtml-signals */ /* Pidgin is the legal property of its developers, whose names are too numerous diff -r a08d14d993c5 -r 85d29a1f4d24 pidgin/gtklog.h --- a/pidgin/gtklog.h Sat Oct 06 20:06:56 2007 +0000 +++ b/pidgin/gtklog.h Sat Oct 06 20:08:32 2007 +0000 @@ -1,6 +1,7 @@ /** * @file gtklog.h GTK+ Log viewer * @ingroup pidgin + * @see @ref gtklog-signals */ /* pidgin