[PD-cvs] pd/src m_pd.h,1.4.4.11.2.33.2.70,1.4.4.11.2.33.2.71

Mathieu Bouchard matju at users.sourceforge.net
Wed Aug 15 19:30:33 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15273

Modified Files:
      Tag: desiredata
	m_pd.h 
Log Message:
added explanations for setnotice,setonsubscribe


Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.4.4.11.2.33.2.70
retrieving revision 1.4.4.11.2.33.2.71
diff -C2 -d -r1.4.4.11.2.33.2.70 -r1.4.4.11.2.33.2.71
*** m_pd.h	15 Aug 2007 16:40:31 -0000	1.4.4.11.2.33.2.70
--- m_pd.h	15 Aug 2007 17:30:31 -0000	1.4.4.11.2.33.2.71
***************
*** 589,594 ****
  typedef void (*t_notice)(     struct _gobj *x, struct _gobj *origin, int argc, t_atom *argv);
  typedef void (*t_onsubscribe)(struct _gobj *x, struct _gobj *origin);
! EXTERN void class_setnotice(     t_class *c, t_notice      notice);
! EXTERN void class_setonsubscribe(t_class *c, t_onsubscribe onsubscribe);
  
  /* prototype for functions to save Pd's to a binbuf */
--- 589,594 ----
  typedef void (*t_notice)(     struct _gobj *x, struct _gobj *origin, int argc, t_atom *argv);
  typedef void (*t_onsubscribe)(struct _gobj *x, struct _gobj *origin);
! EXTERN void class_setnotice(     t_class *c, t_notice      notice); /* observer receives notice */
! EXTERN void class_setonsubscribe(t_class *c, t_onsubscribe onsubscribe); /* observable sends initial data to observer */
  
  /* prototype for functions to save Pd's to a binbuf */





More information about the Pd-cvs mailing list