finch/libgnt/gntline.h

branch
release-2.1.0
changeset 18114
adb3cfadc125
parent 15991
1efb6bd8ba3f
child 18358
2122fd567315
--- a/finch/libgnt/gntline.h	Wed Jun 06 14:36:37 2007 +0000
+++ b/finch/libgnt/gntline.h	Wed Jun 06 15:42:29 2007 +0000
@@ -1,3 +1,25 @@
+/**
+ * GNT - The GLib Ncurses Toolkit
+ *
+ * GNT is the legal property of its developers, whose names are too numerous
+ * to list here.  Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #ifndef GNT_LINE_H
 #define GNT_LINE_H
 
@@ -40,12 +62,23 @@
 
 G_BEGIN_DECLS
 
+/**
+ * 
+ *
+ * @return
+ */
 GType gnt_line_get_gtype(void);
 
 #define gnt_hline_new() gnt_line_new(FALSE)
 #define gnt_vline_new() gnt_line_new(TRUE)
 
-GntWidget *gnt_line_new(gboolean vertical);
+/**
+ * 
+ * @param vertical
+ *
+ * @return
+ */
+GntWidget * gnt_line_new(gboolean vertical);
 
 G_END_DECLS
 

mercurial