mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 05:28:01 +02:00
wplua: add g_autoptr support to lua_State
This commit is contained in:
parent
94d527e187
commit
84f1b4b484
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ gboolean wplua_load_buffer (lua_State * L, const gchar *buf, gsize size,
|
|||
gboolean wplua_load_uri (lua_State * L, const gchar *uri, GError **error);
|
||||
gboolean wplua_load_path (lua_State * L, const gchar *path, GError **error);
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(lua_State, wplua_free)
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue