Mercurial > pidgin.yaz
comparison libpurple/log.h @ 20799:f296be2a1039
All the links to libpurple signal pages were in the comment containing the
GPL information rather than in a doxygen comment.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sat, 06 Oct 2007 18:08:21 +0000 |
parents | 6bf32c9e15a7 |
children | 52b2e7260340 |
comparison
equal
deleted
inserted
replaced
20798:97bda4a072d2 | 20799:f296be2a1039 |
---|---|
1 /** | 1 /** |
2 * @file log.h Logging API | 2 * @file log.h Logging API |
3 * @ingroup core | 3 * @ingroup core |
4 * @see @ref log-signals | |
4 */ | 5 */ |
5 | 6 |
6 /* purple | 7 /* purple |
7 * | 8 * |
8 * Purple is the legal property of its developers, whose names are too numerous | 9 * Purple is the legal property of its developers, whose names are too numerous |
20 * GNU General Public License for more details. | 21 * GNU General Public License for more details. |
21 * | 22 * |
22 * You should have received a copy of the GNU General Public License | 23 * You should have received a copy of the GNU General Public License |
23 * along with this program; if not, write to the Free Software | 24 * along with this program; if not, write to the Free Software |
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA | 25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
25 * | |
26 * @see @ref log-signals | |
27 */ | 26 */ |
28 #ifndef _PURPLE_LOG_H_ | 27 #ifndef _PURPLE_LOG_H_ |
29 #define _PURPLE_LOG_H_ | 28 #define _PURPLE_LOG_H_ |
30 | 29 |
31 #include <stdio.h> | 30 #include <stdio.h> |