]> Pileus Git - ~andy/gtk/blobdiff - gtk/a11y/gtktextviewaccessible.h
Change FSF Address
[~andy/gtk] / gtk / a11y / gtktextviewaccessible.h
index aacbaa3e18631739c1ba70a41d869ff78a2d8ae5..3831754b27917c883824604812212e521e51f948 100644 (file)
@@ -12,9 +12,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/>.
  */
 
 #ifndef __GTK_TEXT_VIEW_ACCESSIBLE_H__
@@ -47,7 +45,11 @@ struct _GtkTextViewAccessibleClass
   GtkContainerAccessibleClass parent_class;
 };
 
-GType _gtk_text_view_accessible_get_type (void);
+GType           _gtk_text_view_accessible_get_type              (void);
+
+void            _gtk_text_view_accessible_set_buffer            (GtkTextView       *textview,
+                                                                 GtkTextBuffer     *old_buffer);
+
 
 G_END_DECLS