]> git.0d.be Git - empathy.git/blobdiff - src/empathy-rounded-rectangle.h
Merge remote-tracking branch 'origin/gnome-3-8'
[empathy.git] / src / empathy-rounded-rectangle.h
index 38d396f39c9c7f001a85c59f28f77d89c192d65b..b9988d53cd574a812a67d5d49e80d189df4fc32a 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef __EMPATHY_ROUNDED_RECTANGLE_H__
 #define __EMPATHY_ROUNDED_RECTANGLE_H__
 
-#include <glib-object.h>
 #include <clutter/clutter.h>
 
 G_BEGIN_DECLS
@@ -59,8 +58,9 @@ GType empathy_rounded_rectangle_get_type (void);
   (G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_ROUNDED_RECTANGLE, \
     EmpathyRoundedRectangleClass))
 
-ClutterActor *empathy_rounded_rectangle_new (guint width,
-    guint height);
+EmpathyRoundedRectangle *empathy_rounded_rectangle_new (guint width,
+    guint height,
+    guint round_factor);
 
 void
 empathy_rounded_rectangle_set_border_width (EmpathyRoundedRectangle *self,