summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-object-cache.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-02-15 22:15:35 -0600
committerDan Williams <dcbw@redhat.com>2011-02-16 15:04:39 -0600
commitccfc034a0d101a214398e68b6654c4ceca02d868 (patch)
treef4e77e66ff0c33c1be3505839c9b73ec9179051f /libnm-glib/nm-object-cache.h
parenta9a30eb08c29a9bdde08a14b620fc1a70a6f5214 (diff)
downloadNetworkManager-ccfc034a0d101a214398e68b6654c4ceca02d868.tar.gz
libnm-glib: make _nm_object_cache_get() return a referenced object
Diffstat (limited to 'libnm-glib/nm-object-cache.h')
-rw-r--r--libnm-glib/nm-object-cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-glib/nm-object-cache.h b/libnm-glib/nm-object-cache.h
index b8cf2121b6..2348dcfa09 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);