Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
dbc7f011
Commit
dbc7f011
authored
Apr 10, 2014
by
Carlos Garnacho
Browse files
eventcontroller: doc fixes
parent
958efad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkeventcontroller.c
View file @
dbc7f011
...
...
@@ -180,7 +180,7 @@ gtk_event_controller_class_init (GtkEventControllerClass *klass)
GTK_TYPE_PROPAGATION_PHASE
,
GTK_PHASE_BUBBLE
,
GTK_PARAM_READWRITE
));
/**
* GtkEventController:handle-event:
* GtkEventController:
:
handle-event:
* @controller: the object which receives the signal
* @event: the event to handle
*
...
...
@@ -200,7 +200,7 @@ gtk_event_controller_class_init (GtkEventControllerClass *klass)
G_TYPE_BOOLEAN
,
1
,
GDK_TYPE_EVENT
|
G_SIGNAL_TYPE_STATIC_SCOPE
);
/**
* GtkEventController:reset:
* GtkEventController:
:
reset:
* @controller: the object which receives the signal
*
* This signal is emitted on @controller whenever it needs to be reset. When
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment