libgtop-GNOME-2-0-branch moved to HEAD.

2003-10-19  Carlos Perelló Marín <carlos@gnome.org>

	* libgtop-GNOME-2-0-branch moved to HEAD.
This commit is contained in:
Carlos Perelló Marín
2003-10-19 16:10:39 +00:00
committed by Carlos Perelló Marín
parent 5e28a55218
commit bae16b467f
148 changed files with 29273 additions and 26459 deletions

View File

@@ -1,5 +1,3 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* $Id$ */
/* Copyright (C) 1998-99 Martin Baulig
@@ -21,30 +19,28 @@
along with LibGTop; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
*/
#include <glibtop/uptime.h>
const char *glibtop_names_uptime[GLIBTOP_MAX_UPTIME] =
const char *glibtop_names_uptime [GLIBTOP_MAX_UPTIME] =
{
"uptime", "idletime", "boot_time"
"uptime", "idletime"
};
const unsigned glibtop_types_uptime[GLIBTOP_MAX_UPTIME] =
const unsigned glibtop_types_uptime [GLIBTOP_MAX_UPTIME] =
{
GLIBTOP_TYPE_DOUBLE, GLIBTOP_TYPE_DOUBLE, GLIBTOP_TYPE_ULONG
GLIBTOP_TYPE_DOUBLE, GLIBTOP_TYPE_DOUBLE
};
const char *glibtop_labels_uptime[GLIBTOP_MAX_UPTIME] =
const char *glibtop_labels_uptime [GLIBTOP_MAX_UPTIME] =
{
N_ ("Uptime"),
N_ ("Idletime"),
N_ ("Boot time")
N_("Uptime"),
N_("Idletime")
};
const char *glibtop_descriptions_uptime[GLIBTOP_MAX_UPTIME] =
const char *glibtop_descriptions_uptime [GLIBTOP_MAX_UPTIME] =
{
N_ ("Time in seconds since system boot"),
N_ ("Time in seconds the system spent in the idle task since system boot"),
N_ ("Boot time (seconds sice epoch)")
N_("Time in seconds since system boot"),
N_("Time in seconds the system spent in the idle task since system boot")
};