libnm: move NMValueStrv definition in header

This commit is contained in:
Thomas Haller 2023-10-26 13:27:07 +02:00
parent 7b5e8381f0
commit 3435bc3011
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -20,6 +20,14 @@
/*****************************************************************************/
/* This holds a property of type NM_VALUE_TYPE_STRV. You probably want
* to use nm_strvarray_*() API with this. */
typedef struct {
GArray *arr;
} NMValueStrv;
/*****************************************************************************/
struct _NMRefString;
typedef struct {
@ -277,14 +285,6 @@ gboolean _nm_setting_clear_secrets(NMSetting *setting,
/*****************************************************************************/
/* This holds a property of type NM_VALUE_TYPE_STRV. You probably want
* to use nm_strvarray_*() API with this. */
typedef struct {
GArray *arr;
} NMValueStrv;
/*****************************************************************************/
struct _NMRange {
int refcount;
guint64 start;