File: memusage.h

package info (click to toggle)
gtop 0.28.1-5
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,324 kB
  • ctags: 890
  • sloc: ansic: 6,141; sh: 4,766; cpp: 355; makefile: 281; sed: 93
file content (15 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#ifndef __MEMUSAGE_H__
#define __MEMUSAGE_H__

#include "properties.h"

#define MEMUSAGE_MENU_SIZE 2

extern GnomeUIInfo memUsageMenu [];

extern GTopPropertiesHook MemUsagePropertiesHook;

void * addMemUsageView ();

#endif