[glade/tintou/more-g-declare: 21/21] gladeui: Replace the last occurences of GladeWidgetClass with GladeWidgetAdaptor in the comments



commit 12c3fc1986e9bf6310a080a7ebadab3ebf89f0aa
Author: Corentin Noël <corentin noel collabora com>
Date:   Fri Aug 16 22:03:35 2019 +0200

    gladeui: Replace the last occurences of GladeWidgetClass with GladeWidgetAdaptor in the comments

 doc/widgetclasses.sgml          | 2 +-
 gladeui/glade-editor-property.c | 2 +-
 gladeui/glade-editor.c          | 2 +-
 gladeui/glade-palette.c         | 4 ++--
 gladeui/glade-property-def.c    | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/doc/widgetclasses.sgml b/doc/widgetclasses.sgml
index 3bf0ea35..a051ba33 100644
--- a/doc/widgetclasses.sgml
+++ b/doc/widgetclasses.sgml
@@ -188,7 +188,7 @@ in Glade context. This property will be inherited from the adaptors parent.
         <term>fixed</term>
         <listitem>
           <para>
-Used to mark a #GladeWidgetClass for free form placement capacities
+Used to mark a #GladeWidgetAdaptor for free form placement capacities
 to be handled with a #GladeFixed. This property will be inherited from the adaptors parent.
           </para>
         </listitem>
diff --git a/gladeui/glade-editor-property.c b/gladeui/glade-editor-property.c
index 8812ea07..4343194e 100644
--- a/gladeui/glade-editor-property.c
+++ b/gladeui/glade-editor-property.c
@@ -3090,7 +3090,7 @@ glade_eprop_object_view (gboolean radio)
 
   model = (GtkTreeModel *) gtk_tree_store_new (OBJ_NUM_COLUMNS, G_TYPE_OBJECT,  /* The GladeWidget  */
                                                G_TYPE_STRING,   /* The GladeWidget's name */
-                                               G_TYPE_STRING,   /* The GladeWidgetClass title */
+                                               G_TYPE_STRING,   /* The GladeWidgetAdaptor title */
                                                G_TYPE_BOOLEAN,  /* Whether this row is selected or not */
                                                G_TYPE_BOOLEAN); /* Whether this GladeWidget is 
                                                                  * of an acceptable type and 
diff --git a/gladeui/glade-editor.c b/gladeui/glade-editor.c
index d918b724..89d0d9f9 100644
--- a/gladeui/glade-editor.c
+++ b/gladeui/glade-editor.c
@@ -659,7 +659,7 @@ glade_editor_load_widget_real (GladeEditor *editor, GladeWidget *widget)
                                    priv->widget_name_id);
     }
 
-  /* Load the GladeWidgetClass */
+  /* Load the GladeWidgetAdaptor */
   adaptor = widget ? glade_widget_get_adaptor (widget) : NULL;
   if (priv->loaded_adaptor != adaptor || adaptor == NULL)
     glade_editor_load_widget_class (editor, adaptor);
diff --git a/gladeui/glade-palette.c b/gladeui/glade-palette.c
index e56ac728..bf36ce49 100644
--- a/gladeui/glade-palette.c
+++ b/gladeui/glade-palette.c
@@ -30,10 +30,10 @@
 
 /**
  * SECTION:glade-palette
- * @Short_Description: A widget to select a #GladeWidgetClass for addition.
+ * @Short_Description: A widget to select a #GladeWidgetAdaptor for addition.
  *
  * #GladePalette is responsible for displaying the list of available
- * #GladeWidgetClass types and publishing the currently selected class
+ * #GladeWidgetAdaptor types and publishing the currently selected class
  * to the Glade core.
  */
 
diff --git a/gladeui/glade-property-def.c b/gladeui/glade-property-def.c
index 0c5fe345..f424e251 100644
--- a/gladeui/glade-property-def.c
+++ b/gladeui/glade-property-def.c
@@ -1177,7 +1177,7 @@ failed:
 
 /**
  * glade_property_def_new_from_spec:
- * @adaptor: A generic pointer (i.e. a #GladeWidgetClass)
+ * @adaptor: A generic pointer (i.e. a #GladeWidgetAdaptor)
  * @spec: A #GParamSpec
  *
  * Returns: a newly created #GladePropertyDef based on @spec


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