Remove private helper #define's

Finish off the second half of 09a830d294.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2596
This commit is contained in:
Jasper St. Pierre
2011-03-03 06:35:46 -05:00
committed by Emmanuele Bassi
parent cfa32659e4
commit 0c576c0c33
37 changed files with 288 additions and 294 deletions

View File

@ -111,7 +111,7 @@ click_action_set_pressed (ClutterClickAction *action,
return;
priv->is_pressed = is_pressed;
_clutter_notify_by_pspec (G_OBJECT (action), obj_props[PROP_PRESSED]);
g_object_notify_by_pspec (G_OBJECT (action), obj_props[PROP_PRESSED]);
}
static gboolean
@ -318,9 +318,9 @@ clutter_click_action_class_init (ClutterClickActionClass *klass)
FALSE,
CLUTTER_PARAM_READABLE);
_clutter_object_class_install_properties (gobject_class,
PROP_LAST,
obj_props);
g_object_class_install_properties (gobject_class,
PROP_LAST,
obj_props);
/**
* ClutterClickAction::clicked: