]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktexttagtable.c
filechooserbutton: Do not propagate state from the dialog unless it is active
[~andy/gtk] / gtk / gtktexttagtable.c
index ea68ad9ba239385a1ac307e2e5e36b3caf865c1f..1ea2cab40e366bc41b4b264e6ea61362e003753c 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /*
  * @Title: GtkTextTagTable
  *
  * You may wish to begin by reading the <link linkend="TextWidget">text widget
- * conceptual overview</link> which gives an overview of all the objects and data
- * types related to the text widget and how they work together.
+ * conceptual overview</link> which gives an overview of all the objects and
+ * data types related to the text widget and how they work together.
  *
  * <refsect2 id="GtkTextTagTable-BUILDER-UI">
  * <title>GtkTextTagTables as GtkBuildable</title>
  * <para>
  * The GtkTextTagTable implementation of the GtkBuildable interface
- * supports adding tags by specifying "tag" as the "type" 
+ * supports adding tags by specifying "tag" as the "type"
  * attribute of a &lt;child&gt; element.
  *
  * <example>
@@ -63,6 +61,8 @@
  * </object>
  * ]]></programlisting>
  * </example>
+ * </para>
+ * </refsect2>
  */
 
 struct _GtkTextTagTablePrivate