comparison finch/gntrequest.c @ 29255:97f04fd369a0

*** Plucked rev ea18c8ce78c0229a5b968aab268f38e9bcae0aee (8e1d807c1aadfb510e14f047d2cf00e0c06be465): Fix building finch & libgnt using older gcc or non-gcc compilers that do not understand G_GNUC_NULL_TERMINATED
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 08 Jan 2010 01:30:43 +0000
parents f7c5bb2f6623
children b258ffa87424
comparison
equal deleted inserted replaced
29254:47672ba67bae 29255:97f04fd369a0
21 * 21 *
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26 #include <internal.h>
27
26 #include <gnt.h> 28 #include <gnt.h>
27 #include <gntbox.h> 29 #include <gntbox.h>
28 #include <gntbutton.h> 30 #include <gntbutton.h>
29 #include <gntcheckbox.h> 31 #include <gntcheckbox.h>
30 #include <gntcombobox.h> 32 #include <gntcombobox.h>
33 #include <gntlabel.h> 35 #include <gntlabel.h>
34 #include <gntline.h> 36 #include <gntline.h>
35 #include <gnttree.h> 37 #include <gnttree.h>
36 38
37 #include "finch.h" 39 #include "finch.h"
38 #include <internal.h>
39 #include "gntrequest.h" 40 #include "gntrequest.h"
40 #include "debug.h" 41 #include "debug.h"
41 #include "util.h" 42 #include "util.h"
42 43
43 /* XXX: Until gobjectification ... */ 44 /* XXX: Until gobjectification ... */