]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktexttagtable.c
filechooserbutton: Give proper names to the SELECT_FOLDER tests with cancelled dialog
[~andy/gtk] / gtk / gtktexttagtable.c
index d9eb12e46a847c3a3df2ecbb1588b01fea2116f0..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/>.
  */
 
 /*
@@ -52,7 +50,7 @@
  * The GtkTextTagTable implementation of the GtkBuildable interface
  * supports adding tags by specifying "tag" as the "type"
  * attribute of a &lt;child&gt; element.
- * </para>
+ *
  * <example>
  * <title>A UI definition fragment specifying tags</title>
  * <programlisting><![CDATA[
@@ -63,6 +61,8 @@
  * </object>
  * ]]></programlisting>
  * </example>
+ * </para>
+ * </refsect2>
  */
 
 struct _GtkTextTagTablePrivate