]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbuildable.c
texthandles: Keep state internally to avoid X overhead
[~andy/gtk] / gtk / gtkbuildable.c
index 8fdb58024cab644bd3ec2cebb2772a7d178c61f3..8867cfd333d41d5eba01ceb227595ab776b41af6 100644 (file)
@@ -21,7 +21,7 @@
  * @Short_description: Interface for objects that can be built by GtkBuilder
  * @Title: GtkBuildable
  *
- * GtkBuildable allows objects to extend and customize thier deserialization 
+ * GtkBuildable allows objects to extend and customize their deserialization
  * from <link linkend="BUILDER-UI">GtkBuilder UI descriptions</link>.
  * The interface includes methods for setting names and properties of objects, 
  * parsing custom tags and constructing child objects.
@@ -84,7 +84,7 @@ gtk_buildable_set_name (GtkBuildable *buildable,
  *
  * Gets the name of the @buildable object. 
  * 
- * #GtkBuilder sets the name based on the the 
+ * #GtkBuilder sets the name based on the
  * <link linkend="BUILDER-UI">GtkBuilder UI definition</link> 
  * used to construct the @buildable.
  *