summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2019-08-16 22:03:35 +0200
committerAlberto Fanjul <albertofanjul@gmail.com>2019-08-20 18:58:15 +0000
commit12c3fc1986e9bf6310a080a7ebadab3ebf89f0aa (patch)
tree51b9b2dd16d5d0eda6a57070a7ec7bd42f01db3b
parente5f96709f9ca121e15251324f2429b028a19acc5 (diff)
downloadglade-12c3fc1986e9bf6310a080a7ebadab3ebf89f0aa.tar.gz
gladeui: Replace the last occurences of GladeWidgetClass with GladeWidgetAdaptor in the comments
-rw-r--r--doc/widgetclasses.sgml2
-rw-r--r--gladeui/glade-editor-property.c2
-rw-r--r--gladeui/glade-editor.c2
-rw-r--r--gladeui/glade-palette.c4
-rw-r--r--gladeui/glade-property-def.c2
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