Develop and Download Open Source Software

Browse CVS Repository

Diff of /shiki/shiki/shiki.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by aloha, Sat Nov 25 09:10:43 2006 UTC revision 1.4 by aloha, Sat Nov 25 14:28:17 2006 UTC
# Line 98  typedef struct { Line 98  typedef struct {
98  /* C API */  /* C API */
99  void Shiki_get_buffer_create(gchar *filename);  void Shiki_get_buffer_create(gchar *filename);
100  gchar *Shiki_buffer_substring(gint start, gint end);  gchar *Shiki_buffer_substring(gint start, gint end);
101    void Shiki_delete_region(gint start, gint end);
102    gint Shiki_point();
103    gint Shiki_point_max();
104    gint Shiki_point_min();
105    void Shiki_goto_char(gint offset);
106    void Shiki_forward_char();
107    void Shiki_backward_char();
108    void Shiki_goto_line(gint line);
109    void Shiki_goto_bol();
110    void Shiki_goto_eol();
111    
112  #endif  #endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26