diff options
Diffstat (limited to 'libnm-glib/nm-object-cache.h')
| -rw-r--r-- | libnm-glib/nm-object-cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-glib/nm-object-cache.h b/libnm-glib/nm-object-cache.h index b8cf2121..2348dcfa 100644 --- a/libnm-glib/nm-object-cache.h +++ b/libnm-glib/nm-object-cache.h @@ -29,6 +29,7 @@ G_BEGIN_DECLS +/* Returns referenced object from the cache */ NMObject *_nm_object_cache_get (const char *path); void _nm_object_cache_add (NMObject *object); void _nm_object_cache_remove_by_object (NMObject *object); |