progressbar: add fake struct to build doc
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
033d7c82bc
commit
c3f0335cd2
|
@ -672,4 +672,11 @@ progressbar_new(alignment_t align)
|
|||
return w;
|
||||
}
|
||||
|
||||
/* This is used for building documentation. */
|
||||
static const struct luaL_reg awesome_progressbar_meta[] __attribute__ ((unused)) =
|
||||
{
|
||||
{ "bar_properties_set", luaA_progressbar_bar_properties_set },
|
||||
{ "bar_data_add", luaA_progressbar_bar_data_add },
|
||||
};
|
||||
|
||||
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
|
||||
|
|
Loading…
Reference in New Issue