mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-14 10:48:04 +02:00
trivial: make _nm_object_reload_properties() private to nm-object.c
This commit is contained in:
parent
52ae28f6e5
commit
e5827729d6
2 changed files with 1 additions and 3 deletions
|
|
@ -40,8 +40,6 @@ void _nm_object_register_properties (NMObject *object,
|
|||
const char *interface,
|
||||
const NMPropertiesInfo *info);
|
||||
|
||||
gboolean _nm_object_reload_properties (NMObject *object, GError **error);
|
||||
|
||||
void _nm_object_reload_properties_async (NMObject *object,
|
||||
GCancellable *cancellable,
|
||||
GAsyncReadyCallback callback,
|
||||
|
|
|
|||
|
|
@ -1133,7 +1133,7 @@ _nm_object_register_properties (NMObject *object,
|
|||
}
|
||||
}
|
||||
|
||||
gboolean
|
||||
static gboolean
|
||||
_nm_object_reload_properties (NMObject *object, GError **error)
|
||||
{
|
||||
NMObjectPrivate *priv = NM_OBJECT_GET_PRIVATE (object);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue