Mercurial > pidgin
annotate console/gntdebug.h @ 14207:fff6be71e0bd
[gaim-migrate @ 16881]
* Change our "GTK UI Library?" line that is printed at the end
of ./configure to say yes or no instead of GTK+ 2.x or None
* If --disable-gntgaim then show "no" next to the "Console UI?"
line that is printed at the end of ./configure
* Use AC_HELP_STRING for some of the ./configure --help strings
so that they're lined up correctly automatically
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 19 Aug 2006 08:15:19 +0000 |
parents | c65ed4f6eea8 |
children | 81650a27f253 |
rev | line source |
---|---|
14198
c65ed4f6eea8
[gaim-migrate @ 16870]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14024
diff
changeset
|
1 #ifndef _GNT_DEBUG_H |
c65ed4f6eea8
[gaim-migrate @ 16870]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14024
diff
changeset
|
2 #define _GNT_DEBUG_H |
c65ed4f6eea8
[gaim-migrate @ 16870]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14024
diff
changeset
|
3 |
13983
b7a99d54a5a9
[gaim-migrate @ 16552]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
4 #include "debug.h" |
b7a99d54a5a9
[gaim-migrate @ 16552]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
5 |
14198
c65ed4f6eea8
[gaim-migrate @ 16870]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14024
diff
changeset
|
6 GaimDebugUiOps *gg_debug_get_ui_ops(void); |
13983
b7a99d54a5a9
[gaim-migrate @ 16552]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
7 |
14198
c65ed4f6eea8
[gaim-migrate @ 16870]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14024
diff
changeset
|
8 void gg_debug_init(void); |
13983
b7a99d54a5a9
[gaim-migrate @ 16552]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
9 |
14198
c65ed4f6eea8
[gaim-migrate @ 16870]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14024
diff
changeset
|
10 void gg_debug_uninit(void); |
13983
b7a99d54a5a9
[gaim-migrate @ 16552]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
11 |
14198
c65ed4f6eea8
[gaim-migrate @ 16870]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14024
diff
changeset
|
12 void gg_debug_window_show(void); |
c65ed4f6eea8
[gaim-migrate @ 16870]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14024
diff
changeset
|
13 |
c65ed4f6eea8
[gaim-migrate @ 16870]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14024
diff
changeset
|
14 #endif |