~ubuntu-branches/ubuntu/oneiric/gnome-system-monitor/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/callbacks.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-11-09 17:52:49 UTC
  • mto: (2.1.2 lenny) (1.1.57 upstream)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20061109175249-wnmejquq0y6eob89
Tags: upstream-2.17.2.1
ImportĀ upstreamĀ versionĀ 2.17.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
void            cb_show_memory_maps (GtkAction *action, gpointer data) G_GNUC_INTERNAL;
29
29
void            cb_show_open_files (GtkAction *action, gpointer data) G_GNUC_INTERNAL;
 
30
void            cb_show_lsof(GtkAction *action, gpointer data) G_GNUC_INTERNAL;
30
31
void            cb_renice (GtkAction *action, gpointer data) G_GNUC_INTERNAL;
31
32
void            cb_end_process (GtkAction *action, gpointer data) G_GNUC_INTERNAL;
32
33
void            cb_kill_process (GtkAction *action, gpointer data) G_GNUC_INTERNAL;