trivial: make _nm_object_reload_properties() private to nm-object.c

This commit is contained in:
Dan Williams 2014-10-22 16:50:48 -05:00
parent 52ae28f6e5
commit e5827729d6
2 changed files with 1 additions and 3 deletions

View file

@ -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,

View file

@ -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);