diff options
Diffstat (limited to 'gtk/gtkimmulticontext.c')
-rw-r--r-- | gtk/gtkimmulticontext.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkimmulticontext.c b/gtk/gtkimmulticontext.c index 2b62df60c0..83f7a177ab 100644 --- a/gtk/gtkimmulticontext.c +++ b/gtk/gtkimmulticontext.c @@ -555,8 +555,6 @@ gtk_im_multicontext_delete_surrounding_cb (GtkIMContext *slave, * Gets the id of the currently active slave of the @context. * * Returns: the id of the currently active slave - * - * Since: 2.16 */ const char * gtk_im_multicontext_get_context_id (GtkIMMulticontext *context) @@ -575,8 +573,6 @@ gtk_im_multicontext_get_context_id (GtkIMMulticontext *context) * * This causes the currently active slave of @context to be * replaced by the slave corresponding to the new context id. - * - * Since: 2.16 */ void gtk_im_multicontext_set_context_id (GtkIMMulticontext *context, |