forked from external/yambar
module: module->begin_expose() have been removed
This commit is contained in:
parent
76d135e257
commit
8d26ff7de2
1 changed files with 0 additions and 4 deletions
4
module.h
4
module.h
|
@ -36,10 +36,6 @@ struct module {
|
||||||
/*
|
/*
|
||||||
* Called by module_begin_expose(). Should return an
|
* Called by module_begin_expose(). Should return an
|
||||||
* exposable (an instantiated particle).
|
* exposable (an instantiated particle).
|
||||||
*
|
|
||||||
* You may also choose to implement begin_expose(), expose() and
|
|
||||||
* end_expose() yourself, in which case you do *not* have to
|
|
||||||
* implement content().
|
|
||||||
*/
|
*/
|
||||||
struct exposable *(*content)(struct module *mod);
|
struct exposable *(*content)(struct module *mod);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue