X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkbuildable.c;h=8867cfd333d41d5eba01ceb227595ab776b41af6;hb=e1edc998a2e9c557030d207533932b3120e13fe5;hp=9dfb64cdbdf42bcbec447cbec4303ebe54d30180;hpb=2fb1c064020c5db189285b1d5e8b8dcea8e9d09b;p=~andy%2Fgtk diff --git a/gtk/gtkbuildable.c b/gtk/gtkbuildable.c index 9dfb64cdb..8867cfd33 100644 --- a/gtk/gtkbuildable.c +++ b/gtk/gtkbuildable.c @@ -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 . */ /** @@ -23,14 +21,14 @@ * @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 GtkBuilder UI descriptions. * The interface includes methods for setting names and properties of objects, * parsing custom tags and constructing child objects. * * The GtkBuildable interface is implemented by all widgets and * many of the non-widget objects that are provided by GTK+. The - * main user of this interface is #GtkBuilder, there should be + * main user of this interface is #GtkBuilder. There should be * very little need for applications to call any * gtk_buildable_... functions. * @@ -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 * GtkBuilder UI definition * used to construct the @buildable. *