comparison finch/libgnt/gnt.h @ 21632:c956aff707eb

Include guards for gnt and include guard typo fix for QQ, from Andrew Gaul
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 25 Nov 2007 02:16:39 +0000
parents ae330012956f
children c38d72677c8a
comparison
equal deleted inserted replaced
21631:f472035d6c77 21632:c956aff707eb
27 * 27 *
28 * You should have received a copy of the GNU General Public License 28 * You should have received a copy of the GNU General Public License
29 * along with this program; if not, write to the Free Software 29 * along with this program; if not, write to the Free Software
30 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 30 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
31 */ 31 */
32
33 #ifndef GNT_H
34 #define GNT_H
32 35
33 #include <glib.h> 36 #include <glib.h>
34 #include "gntwidget.h" 37 #include "gntwidget.h"
35 #include "gntclipboard.h" 38 #include "gntclipboard.h"
36 #include "gntcolors.h" 39 #include "gntcolors.h"
199 * @return @c TRUE if a child process (eg., PAGER) is occupying the current 202 * @return @c TRUE if a child process (eg., PAGER) is occupying the current
200 * terminal, @c FALSE otherwise. 203 * terminal, @c FALSE otherwise.
201 */ 204 */
202 gboolean gnt_is_refugee(void); 205 gboolean gnt_is_refugee(void);
203 206
207 #endif /* GNT_H */