[gtk+] Frame: Add missing fixed-width format to enums



commit ac4faad8a24e7dae76e42e5de82e639690ee47fd
Author: Daniel Boles <dboles src gnome org>
Date:   Wed Sep 13 14:36:46 2017 +0100

    Frame: Add missing fixed-width format to enums

 gtk/gtkframe.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index 2bfa6cf..6f109ec 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -566,8 +566,8 @@ gtk_frame_get_label_align (GtkFrame *frame,
  * @type: the new #GtkShadowType
  * 
  * Sets the #GtkFrame:shadow-type for @frame, i.e. whether it is drawn without
- * (GTK_SHADOW_NONE) or with (other values) a visible border. Values other than
- * GTK_SHADOW_NONE are treated identically by #GtkFrame. The chosen type is
+ * (%GTK_SHADOW_NONE) or with (other values) a visible border. Values other than
+ * %GTK_SHADOW_NONE are treated identically by GtkFrame. The chosen type is
  * applied by removing or adding the .flat class to the main CSS node, frame.
  **/
 void


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