~sachinr/xpad/xpad-tray-config

« back to all changes in this revision

Viewing changes to src/xpad-pad.h

  • Committer: sr
  • Date: 2011-11-11 14:12:07 UTC
  • Revision ID: sr@debian-20111111141207-mfknapk85tsmzfje
Undo/Redo works for formatting not only for insertion/deleting text

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
void xpad_pad_toggle (XpadPad *pad);
62
62
void xpad_pad_save_info (XpadPad *pad);
63
63
 
 
64
void xpad_load_content (XpadPad *pad);
 
65
void xpad_save_content (XpadPad *pad);
 
66
 
64
67
G_END_DECLS
65
68
 
66
69
#endif /* __XPAD_PAD_H__ */