mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-17 04:40:27 +01:00
shared/tests: add nmtst_g_source_nop() helper
(cherry picked from commitca2b79d9aa) (cherry picked from commitddb69b211c) (cherry picked from commite069982492) (cherry picked from commit8358652425) (cherry picked from commit2d59d02d33)
This commit is contained in:
parent
c909149c13
commit
7a9af7213b
1 changed files with 7 additions and 0 deletions
|
|
@ -999,6 +999,13 @@ nmtst_g_source_set_boolean_true (gpointer user_data)
|
|||
return G_SOURCE_CONTINUE;
|
||||
}
|
||||
|
||||
static inline gboolean
|
||||
nmtst_g_source_nop (gpointer user_data)
|
||||
{
|
||||
g_assert (!user_data);
|
||||
return G_SOURCE_CONTINUE;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
static inline gboolean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue