~ubuntu-branches/ubuntu/karmic/gtk-gnutella/karmic

« back to all changes in this revision

Viewing changes to src/ui/gtk/gnet_stats_common.h

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-08-04 11:32:05 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050804113205-q746i4lgo3rtlegn
Tags: 0.95.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $Id: gnet_stats_common.h,v 1.4 2005/01/09 20:04:35 cbiere Exp $
 
3
 *
 
4
 * Copyright (c) 2001-2003, Raphael Manfredi, Richard Eckart
 
5
 *
 
6
 *----------------------------------------------------------------------
 
7
 * This file is part of gtk-gnutella.
 
8
 *
 
9
 *  gtk-gnutella is free software; you can redistribute it and/or modify
 
10
 *  it under the terms of the GNU General Public License as published by
 
11
 *  the Free Software Foundation; either version 2 of the License, or
 
12
 *  (at your option) any later version.
 
13
 *
 
14
 *  gtk-gnutella is distributed in the hope that it will be useful,
 
15
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
 *  GNU General Public License for more details.
 
18
 *
 
19
 *  You should have received a copy of the GNU General Public License
 
20
 *  along with gtk-gnutella; if not, write to the Free Software
 
21
 *  Foundation, Inc.:
 
22
 *      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
23
 *----------------------------------------------------------------------
 
24
 */
 
25
 
 
26
#ifndef _gtk_gnet_stats_common_h_
 
27
#define _gtk_gnet_stats_common_h_
 
28
 
 
29
#include "gui.h"
 
30
#include "columns.h"
 
31
#include "if/core/hsep.h"
 
32
#include "if/ui/gtk/gnet_stats.h"
 
33
 
 
34
const gchar *msg_type_str(gint MSG_TYPE_COUNT);
 
35
const gchar *msg_drop_str(gint MSG_DROP_REASON_COUNT);
 
36
const gchar *general_type_str(gint GNR_TYPE_COUNT);
 
37
const gchar *horizon_stat_str(gint row, c_horizon_t column);
 
38
 
 
39
gint msg_type_str_size(void);
 
40
void gnet_stats_gui_horizon_update(hsep_triple *table, guint32 triples);
 
41
 
 
42
#endif /* _gtk_gnet_stats_common_h_ */