~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): Michael Biebl
  • Date: 2011-06-21 16:49:23 UTC
  • mto: (2.1.7 sid) (1.1.59 upstream)
  • mto: This revision was merged to the branch mainline in revision 78.
  • Revision ID: james.westby@ubuntu.com-20110621164923-o6titd2srek1uh84
Tags: upstream-3.0.1
ImportĀ upstreamĀ versionĀ 3.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
void            cb_change_current_page (GtkNotebook *nb,
62
62
                                        gint num, gpointer data);
63
 
void            cb_switch_page (GtkNotebook *nb, GtkNotebookPage *page,
 
63
void            cb_switch_page (GtkNotebook *nb, GtkWidget *page,
64
64
                                gint num, gpointer data);
65
65
 
66
66
gint            cb_update_disks (gpointer data);