[gtk/shortcuts-rebased-again: 136/145] entry: Silence gtk-doc warnings



commit 4f2204238b6116f9b17aad4ed1bb5b6f2b06f0b8
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jun 22 01:13:38 2019 -0400

    entry: Silence gtk-doc warnings

 gtk/gtkentry.c       |  2 +-
 gtk/gtkentry.h       | 28 +---------------------------
 gtk/gtktextprivate.h | 28 ----------------------------
 3 files changed, 2 insertions(+), 56 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 5757020b9f..fa49667678 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -3594,7 +3594,7 @@ gtk_entry_set_extra_menu (GtkEntry   *entry,
 
 /**
  * gtk_entry_get_extra_menu:
- * @self: a #GtkText
+ * @entry: a #GtkText
  *
  * Gets the menu model set with gtk_entry_set_extra_menu().
  *
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h
index b71c4d3ac6..3f4a6023b9 100644
--- a/gtk/gtkentry.h
+++ b/gtk/gtkentry.h
@@ -78,33 +78,7 @@ struct _GtkEntry
  * GtkEntryClass:
  * @parent_class: The parent class.
  * @activate: Class handler for the #GtkEntry::activate signal. The default
- *   implementation activates the gtk.activate-default action.
- * @move_cursor: Class handler for the #GtkEntry::move-cursor signal. The
- *   default implementation specifies the standard #GtkEntry cursor movement
- *   behavior.
- * @insert_at_cursor: Class handler for the #GtkEntry::insert-at-cursor signal.
- *   The default implementation inserts text at the cursor.
- * @delete_from_cursor: Class handler for the #GtkEntry::delete-from-cursor
- *   signal. The default implementation deletes the selection or the specified
- *   number of characters or words.
- * @backspace: Class handler for the #GtkEntry::backspace signal. The default
- *   implementation deletes the selection or a single character or word.
- * @cut_clipboard: Class handler for the #GtkEntry::cut-clipboard signal. The
- *   default implementation cuts the selection, if one exists.
- * @copy_clipboard: Class handler for the #GtkEntry::copy-clipboard signal. The
- *   default implementation copies the selection, if one exists.
- * @paste_clipboard: Class handler for the #GtkEntry::paste-clipboard signal.
- *   The default implementation pastes at the current cursor position or over
- *   the current selection if one exists.
- * @toggle_overwrite: Class handler for the #GtkEntry::toggle-overwrite signal.
- *   The default implementation toggles overwrite mode and blinks the cursor.
- * @insert_emoji: Class handler for the #GtkEntry::insert-emoji signal.
- *
- * Class structure for #GtkEntry. All virtual functions have a default
- * implementation. Derived classes may set the virtual function pointers for the
- * signal handlers to %NULL, but must keep @get_text_area_size and
- * @get_frame_size non-%NULL; either use the default implementation, or provide
- * a custom one.
+ *   implementation activates the default.activate action.
  */
 struct _GtkEntryClass
 {
diff --git a/gtk/gtktextprivate.h b/gtk/gtktextprivate.h
index 042d068fd1..295eb5bae1 100644
--- a/gtk/gtktextprivate.h
+++ b/gtk/gtktextprivate.h
@@ -34,34 +34,6 @@ typedef struct _GtkTextClass         GtkTextClass;
 /*<private>
  * GtkTextClass:
  * @parent_class: The parent class.
- * @activate: Class handler for the #GtkText::activate signal. The default
- *   implementation activates the gtk.activate-default action.
- * @move_cursor: Class handler for the #GtkText::move-cursor signal. The
- *   default implementation specifies the standard #GtkText cursor movement
- *   behavior.
- * @insert_at_cursor: Class handler for the #GtkText::insert-at-cursor signal.
- *   The default implementation inserts text at the cursor.
- * @delete_from_cursor: Class handler for the #GtkText::delete-from-cursor
- *   signal. The default implementation deletes the selection or the specified
- *   number of characters or words.
- * @backspace: Class handler for the #GtkText::backspace signal. The default
- *   implementation deletes the selection or a single character or word.
- * @cut_clipboard: Class handler for the #GtkText::cut-clipboard signal. The
- *   default implementation cuts the selection, if one exists.
- * @copy_clipboard: Class handler for the #GtkText::copy-clipboard signal. The
- *   default implementation copies the selection, if one exists.
- * @paste_clipboard: Class handler for the #GtkText::paste-clipboard signal.
- *   The default implementation pastes at the current cursor position or over
- *   the current selection if one exists.
- * @toggle_overwrite: Class handler for the #GtkText::toggle-overwrite signal.
- *   The default implementation toggles overwrite mode and blinks the cursor.
- * @insert_emoji: Class handler for the #GtkText::insert-emoji signal.
- *
- * Class structure for #GtkText. All virtual functions have a default
- * implementation. Derived classes may set the virtual function pointers for the
- * signal handlers to %NULL, but must keep @get_text_area_size and
- * @get_frame_size non-%NULL; either use the default implementation, or provide
- * a custom one.
  */
 struct _GtkTextClass
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]