/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * e-xml-utils.c * Copyright (C) 2000 Helix Code, Inc. * Author: Chris Lahey * * 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 library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #include "e-util.h" #include int g_str_compare(const void *x, const void *y) { return strcmp(x, y); } int g_int_compare(const void *x, const void *y) { if ( GPOINTER_TO_INT(x) < GPOINTER_TO_INT(y) ) return -1; else if ( GPOINTER_TO_INT(x) == GPOINTER_TO_INT(y) ) return 0; else return -1; } e='h' onchange='this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-291-1/+1
* www/py-flask-cors: Update to 3.0.8 [1]Kubilay Kocak2020-02-182-4/+10
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-211-2/+2
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-30