]> git.draconx.ca Git - upkg.git/blobdiff - src/uobject/uobject.h
uobject: Namespace changes.
[upkg.git] / src / uobject / uobject.h
index ce5e326ee44092177d0d4a5b2cd9285b0dfa4923..98ec792494430f13d6def221a68d1faafcd7932a 100644 (file)
@@ -17,8 +17,8 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifndef UOBJECT_UOBJECT_H_
-#define UOBJECT_UOBJECT_H_
+#ifndef U_OBJECT_H_
+#define U_OBJECT_H_
 
 #include <glib-object.h>
 #include "upkg.h"
@@ -54,9 +54,6 @@ struct UObjectClass {
 
 GType u_object_get_type(void);
 
-const GValue *u_object_get_property(UObject *obj, const char *name);
-void u_object_set_property(UObject *obj, const char *name, const GValue *val);
-
 int u_object_deserialize(GObject *obj, struct upkg *pkg, unsigned long idx);
 
 #endif