clock: Fix deprecation handling of the GstClock clock field
[platform/upstream/gstreamer.git] / gst / gsttocsetter.h
index 9c59fa5..4d58187 100644 (file)
@@ -15,8 +15,8 @@
  *
  * 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.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef __GST_TOC_SETTER_H__
@@ -54,12 +54,16 @@ struct _GstTocSetterInterface
   /* virtual table */
 };
 
+GST_API
 GType         gst_toc_setter_get_type (void);
 
+GST_API
 void          gst_toc_setter_reset   (GstTocSetter *setter);
 
+GST_API
 GstToc *      gst_toc_setter_get_toc (GstTocSetter *setter);
 
+GST_API
 void          gst_toc_setter_set_toc (GstTocSetter *setter, GstToc *toc);
 
 G_END_DECLS