mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 10:08:05 +02:00
shared/tests: add nmtst_g_source_nop() helper
(cherry picked from commitca2b79d9aa) (cherry picked from commitddb69b211c) (cherry picked from commite069982492)
This commit is contained in:
parent
500c63db3c
commit
8358652425
1 changed files with 7 additions and 0 deletions
|
|
@ -1056,6 +1056,13 @@ nmtst_g_source_assert_not_called (gpointer user_data)
|
||||||
return G_SOURCE_CONTINUE;
|
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
|
static inline gboolean
|
||||||
nmtst_g_source_set_boolean_true (gpointer user_data)
|
nmtst_g_source_set_boolean_true (gpointer user_data)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue