summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-dbus-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-glib/nm-dbus-utils.h')
-rw-r--r--libnm-glib/nm-dbus-utils.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libnm-glib/nm-dbus-utils.h b/libnm-glib/nm-dbus-utils.h
index 723c23e9a3..5449bbd693 100644
--- a/libnm-glib/nm-dbus-utils.h
+++ b/libnm-glib/nm-dbus-utils.h
@@ -3,32 +3,32 @@
#include <dbus/dbus-glib.h>
-char *nm_dbus_get_string_property (DBusGProxy *proxy,
+char *_nm_dbus_get_string_property (DBusGProxy *proxy,
const char *interface,
const char *prop_name);
-char *nm_dbus_get_object_path_property (DBusGProxy *proxy,
+char *_nm_dbus_get_object_path_property (DBusGProxy *proxy,
const char *interface,
const char *prop_name);
-gint32 nm_dbus_get_int_property (DBusGProxy *proxy,
+gint32 _nm_dbus_get_int_property (DBusGProxy *proxy,
const char *interface,
const char *prop_name);
-guint32 nm_dbus_get_uint_property (DBusGProxy *proxy,
+guint32 _nm_dbus_get_uint_property (DBusGProxy *proxy,
const char *interface,
const char *prop_name);
-gboolean nm_dbus_get_property (DBusGProxy *proxy,
+gboolean _nm_dbus_get_property (DBusGProxy *proxy,
const char *interface,
const char *prop_name,
GValue *value);
-void nm_dbus_set_property (DBusGProxy *proxy,
+void _nm_dbus_set_property (DBusGProxy *proxy,
const char *interface,
const char *prop_name,
GValue *value);
-char *nm_dbus_introspect (DBusGConnection *connection,
+char *_nm_dbus_introspect (DBusGConnection *connection,
const char *interface,
const char *path);