~ubuntu-branches/ubuntu/hardy/nvidia-settings/hardy-proposed

« back to all changes in this revision

Viewing changes to src/gtk+-2.x/ctkconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-05-25 09:20:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070525092013-hy6ek4rynlbe221l
Tags: 1.0+20070502-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Make the nvidia-glx recommendation unversioned, as nvidia-glx-legacy
    provides nvidia-glx.
  - Change preferred libgl-dev provider to libgl1-mesa-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
void ctk_config_add_timer(CtkConfig *, guint, gchar *, GSourceFunc, gpointer);
102
102
void ctk_config_remove_timer(CtkConfig *, GSourceFunc);
103
103
 
104
 
void ctk_config_start_timer(CtkConfig *, GSourceFunc);
105
 
void ctk_config_stop_timer(CtkConfig *, GSourceFunc);
 
104
void ctk_config_start_timer(CtkConfig *, GSourceFunc, gpointer);
 
105
void ctk_config_stop_timer(CtkConfig *, GSourceFunc, gpointer);
106
106
 
107
107
gboolean ctk_config_slider_text_entry_shown(CtkConfig *);
108
108