]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbuildable.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkbuildable.c
index 4ff0b77ed9e8ed2f750d1e6b49baac72ff7abb03..8867cfd333d41d5eba01ceb227595ab776b41af6 100644 (file)
@@ -13,9 +13,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**
@@ -23,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.
@@ -86,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.
  *