mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 05:28:33 +02:00
shared: add nm_auto_unref_gmainloop cleanup macro
This commit is contained in:
parent
ef338667f8
commit
f63594c26b
1 changed files with 3 additions and 0 deletions
|
|
@ -323,6 +323,9 @@ _nm_auto_protect_errno (int *p_saved_errno)
|
|||
NM_AUTO_DEFINE_FCN0 (GSource *, _nm_auto_unref_gsource, g_source_unref);
|
||||
#define nm_auto_unref_gsource nm_auto(_nm_auto_unref_gsource)
|
||||
|
||||
NM_AUTO_DEFINE_FCN0 (GMainLoop *, _nm_auto_unref_gmainloop, g_main_loop_unref);
|
||||
#define nm_auto_unref_gmainloop nm_auto(_nm_auto_unref_gmainloop)
|
||||
|
||||
static inline void
|
||||
_nm_auto_freev (gpointer ptr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue