aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flclass.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-10 02:33:37 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-10 02:33:37 +0000
commit5a33517fef170ceb104b35aa690fdadcb0cf292b (patch)
tree0c5740af99d57fbf9e8de3bfe8cd05e150c70df0 /externals/grill/flext/source/flclass.h
parentd97d46e2806969c994647ee8e3ce64b4f3d1d9f6 (diff)
""
svn path=/trunk/; revision=687
Diffstat (limited to 'externals/grill/flext/source/flclass.h')
-rw-r--r--externals/grill/flext/source/flclass.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h
index e1b46c52..3add0f13 100644
--- a/externals/grill/flext/source/flclass.h
+++ b/externals/grill/flext/source/flclass.h
@@ -437,6 +437,11 @@ public:
//! \brief Unbind a method from a symbol (as string)
bool UnbindMethod(const char *sym,bool (*meth)(flext_base *obj,t_symbol *sym,int argc,t_atom *argv,void *data) = NULL,void **data = NULL) { return UnbindMethod(MakeSymbol(sym),meth,data); }
+ /*! Unbind all symbol bindings
+ \note Memory associated to data pointers passed by BindMethod will not be freed!
+ */
+ bool UnbindAll();
+
//! @} FLEXT_C_BIND
// --- thread stuff -----------------------------------------------