summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorCam Cook <cam.cook@linux.com>2023-04-15 12:40:22 -0400
committerCam Cook <cam.cook@linux.com>2023-04-15 12:40:22 -0400
commit103564002073b9935a41a9755f480e96ceed1bcf (patch)
treef0cc98001915dcd72daf3ee73d254c415239b8e4 /gtk/gtkentry.c
parentc7f30ecdfdb70fd8d4fcc02a4a576dfee0991e28 (diff)
downloadgtk+-103564002073b9935a41a9755f480e96ceed1bcf.tar.gz
Revert "Two corrections and added method linking that show up in docs"
This reverts commit c7f30ecdfdb70fd8d4fcc02a4a576dfee0991e28.
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 65e1ebe6a3..bfe68899c9 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -2098,7 +2098,7 @@ gtk_entry_get_visibility (GtkEntry *entry)
}
/**
- * gtk_entry_set_invisible_char: (attributes org.gtk.Method.set_property=invisible-char)
+ * gtk_entry_set_invisible_char: (attributes org.gtk.Method.sets_property=invisible-char)
* @entry: a `GtkEntry`
* @ch: a Unicode character
*
@@ -2293,7 +2293,7 @@ gtk_entry_set_activates_default (GtkEntry *entry,
* gtk_entry_get_activates_default: (attributes org.gtk.Method.get_property=activates-default)
* @entry: a `GtkEntry`
*
- * Retrieves the value set by [method@Gtk.Entry.set_activates_default].
+ * Retrieves the value set by gtk_entry_set_activates_default().
*
* Returns: %TRUE if the entry will activate the default widget
*/
@@ -2337,7 +2337,7 @@ gtk_entry_set_has_frame (GtkEntry *entry,
* gtk_entry_get_has_frame: (attributes org.gtk.Method.get_property=has-frame)
* @entry: a `GtkEntry`
*
- * Gets the value set by [method@Gtk.Entry.set_has_frame].
+ * Gets the value set by gtk_entry_set_has_frame().
*
* Returns: whether the entry has a beveled frame
*/
@@ -2377,7 +2377,7 @@ gtk_entry_set_alignment (GtkEntry *entry,
* gtk_entry_get_alignment:
* @entry: a `GtkEntry`
*
- * Gets the value set by [method@Gtk.Entry.set_alignment].
+ * Gets the value set by gtk_entry_set_alignment().
*
* See also: [property@Gtk.Editable:xalign]
*
@@ -3369,7 +3369,7 @@ gtk_entry_set_progress_pulse_step (GtkEntry *entry,
* @entry: a `GtkEntry`
*
* Retrieves the pulse step set with
- * [method@Gtk.Entry.set_progress_pulse_step].
+ * gtk_entry_set_progress_pulse_step().
*
* Returns: a fraction from 0.0 to 1.0
*/
@@ -3724,7 +3724,7 @@ gtk_entry_set_extra_menu (GtkEntry *entry,
* gtk_entry_get_extra_menu: (attributes org.gtk.Method.get_property=extra-menu)
* @entry: a `GtkEntry`
*
- * Gets the menu model set with [method@Gtk.Entry.set_extra_menu].
+ * Gets the menu model set with gtk_entry_set_extra_menu().
*
* Returns: (transfer none) (nullable): the menu model
*/