~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to pkcs11/gck/gck-timer.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                                                gpointer user_data); 
31
31
 
32
32
GckTimer*       gck_timer_start                (GckModule *module, 
33
 
                                                glong when,
 
33
                                                glong seconds,
34
34
                                                GckTimerFunc func, 
35
35
                                                gpointer user_data);
36
36