app: rename process_stroke() and process_hover() to request_foo()

Because that's what we are doing by calling the functions: requesting
the emission of "stroke" and "hover" signals.
This commit is contained in:
Michael Natterer
2011-04-18 11:31:38 +02:00
parent 3fbbb9b333
commit e028195cf3
3 changed files with 8 additions and 8 deletions

View File

@ -89,10 +89,10 @@ gboolean gimp_motion_buffer_motion_event (GimpMotionBuffer *buffer,
gdouble scale_y,
gboolean event_fill);
void gimp_motion_buffer_process_stroke (GimpMotionBuffer *buffer,
void gimp_motion_buffer_request_stroke (GimpMotionBuffer *buffer,
GdkModifierType state,
guint32 time);
void gimp_motion_buffer_process_hover (GimpMotionBuffer *buffer,
void gimp_motion_buffer_request_hover (GimpMotionBuffer *buffer,
GdkModifierType state,
gboolean proximity);