[clutter] snap-constraint: Fix typo that broke the get_edges() method
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] snap-constraint: Fix typo that broke the get_edges() method
- Date: Wed, 7 Mar 2012 12:38:25 +0000 (UTC)
commit 4da1c3efb8fcea58854ce6ff57856fec4ec1a427
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed Mar 7 12:31:25 2012 +0000
snap-constraint: Fix typo that broke the get_edges() method
We were declaring a get_edges() method, but the definition was called
get_edge().
clutter/clutter-snap-constraint.c | 6 +++---
clutter/clutter.symbols | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/clutter/clutter-snap-constraint.c b/clutter/clutter-snap-constraint.c
index a869954..c8eaea9 100644
--- a/clutter/clutter-snap-constraint.c
+++ b/clutter/clutter-snap-constraint.c
@@ -546,9 +546,9 @@ clutter_snap_constraint_set_edges (ClutterSnapConstraint *constraint,
* Since: 1.6
*/
void
-clutter_snap_constraint_get_edge (ClutterSnapConstraint *constraint,
- ClutterSnapEdge *from_edge,
- ClutterSnapEdge *to_edge)
+clutter_snap_constraint_get_edges (ClutterSnapConstraint *constraint,
+ ClutterSnapEdge *from_edge,
+ ClutterSnapEdge *to_edge)
{
g_return_if_fail (CLUTTER_IS_SNAP_CONSTRAINT (constraint));
diff --git a/clutter/clutter.symbols b/clutter/clutter.symbols
index e7cd4aa..d7e681f 100644
--- a/clutter/clutter.symbols
+++ b/clutter/clutter.symbols
@@ -1002,7 +1002,7 @@ clutter_shader_set_is_enabled
clutter_shader_set_uniform
clutter_shader_set_vertex_source
clutter_shader_type_get_type
-clutter_snap_constraint_get_edge
+clutter_snap_constraint_get_edges
clutter_snap_constraint_get_offset
clutter_snap_constraint_get_source
clutter_snap_constraint_get_type
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]