shared: add nm_g_object_set_property()
[NetworkManager.git] / shared / nm-shared-utils.h
index 2942fe9..f80c850 100644 (file)
@@ -53,4 +53,11 @@ gboolean nm_utils_error_is_cancelled (GError *error,
 
 /******************************************************************************/
 
+gboolean nm_g_object_set_property (GObject *object,
+                                   const gchar  *property_name,
+                                   const GValue *value,
+                                   GError **error);
+
+/******************************************************************************/
+
 #endif /* __NM_SHARED_UTILS_H__ */