snap-constraint: Fix typo that broke the get_edges() method
We were declaring a get_edges() method, but the definition was called get_edge().
This commit is contained in:
parent
3a86d88b43
commit
4da1c3efb8
@ -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));
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user