[kdbus] Integrate kdbus core with new API.
[platform/upstream/glib.git] / gio / gseekable.h
index 95df99d..fbfd9e1 100644 (file)
@@ -13,9 +13,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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Alexander Larsson <alexl@redhat.com>
  */
@@ -78,16 +76,22 @@ struct _GSeekableIface
   /* TODO: Async seek/truncate */
 };
 
+GLIB_AVAILABLE_IN_ALL
 GType    g_seekable_get_type     (void) G_GNUC_CONST;
 
+GLIB_AVAILABLE_IN_ALL
 goffset  g_seekable_tell         (GSeekable     *seekable);
+GLIB_AVAILABLE_IN_ALL
 gboolean g_seekable_can_seek     (GSeekable     *seekable);
+GLIB_AVAILABLE_IN_ALL
 gboolean g_seekable_seek         (GSeekable     *seekable,
                                  goffset        offset,
                                  GSeekType      type,
                                  GCancellable  *cancellable,
                                  GError       **error);
+GLIB_AVAILABLE_IN_ALL
 gboolean g_seekable_can_truncate (GSeekable     *seekable);
+GLIB_AVAILABLE_IN_ALL
 gboolean g_seekable_truncate     (GSeekable     *seekable,
                                  goffset        offset,
                                  GCancellable  *cancellable,