mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 00:38:07 +02:00
libnm: move NMValueStrv definition in header
This commit is contained in:
parent
7b5e8381f0
commit
3435bc3011
1 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue