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.15 by aloha, Sun Dec 3 15:21:04 2006 UTC revision 1.16 by aloha, Thu Dec 28 05:04:45 2006 UTC
# Line 101  typedef struct { Line 101  typedef struct {
101  } ShikiUndoInfo;  } ShikiUndoInfo;
102    
103  extern ScmClass *ShikiBufferClass;  extern ScmClass *ShikiBufferClass;
104    void Scm_Init_xyzzylisp(ScmModule *module);
105    
106  #define SHIKI_BUFFER_P(obj)      SCM_XTYPEP(obj, ShikiBufferClass)  #define SHIKI_BUFFER_P(obj)      SCM_XTYPEP(obj, ShikiBufferClass)
107  #define SHIKI_BUFFER_UNBOX(obj)  SCM_FOREIGN_POINTER_REF(GtkTextBuffer*, obj)  #define SHIKI_BUFFER_UNBOX(obj)  SCM_FOREIGN_POINTER_REF(GtkTextBuffer*, obj)
# Line 135  gboolean Shiki_need_buffer_save_p(GtkTex Line 136  gboolean Shiki_need_buffer_save_p(GtkTex
136  void Shiki_kill_buffer(GtkTextBuffer *buffer);  void Shiki_kill_buffer(GtkTextBuffer *buffer);
137  void Shiki_create_file_buffer(const gchar *filename);  void Shiki_create_file_buffer(const gchar *filename);
138  void Shiki_open_file_dialog();  void Shiki_open_file_dialog();
139  void Shiki_update_modeline(GtkTextBuffer *buffer);  void Shiki_update_modeline();
140  void Shiki_undo();  void Shiki_undo();
141  void Shiki_redo();  void Shiki_redo();
142  void Shiki_msgbox(const gchar *msg);  void Shiki_msgbox(const gchar *msg);
# Line 144  void Shiki_eval_last_sexp(); Line 145  void Shiki_eval_last_sexp();
145    
146  void Shiki_search_buffer();  void Shiki_search_buffer();
147  void Shiki_replace_buffer();  void Shiki_replace_buffer();
148    
149    void Shiki_load_file(const gchar *filename);
150  #endif  #endif

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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