};
_OSTREE_PUBLIC
-GType ostree_async_progress_get_type (void) G_GNUC_CONST;
+GType ostree_async_progress_get_type (void);
_OSTREE_PUBLIC
OstreeAsyncProgress *ostree_async_progress_new (void);
typedef struct _OstreeBootconfigParser OstreeBootconfigParser;
_OSTREE_PUBLIC
-GType ostree_bootconfig_parser_get_type (void) G_GNUC_CONST;
+GType ostree_bootconfig_parser_get_type (void);
_OSTREE_PUBLIC
OstreeBootconfigParser *ostree_bootconfig_parser_new (void);
typedef struct _OstreeBootloaderAboot OstreeBootloaderAboot;
-GType _ostree_bootloader_aboot_get_type (void) G_GNUC_CONST;
+GType _ostree_bootloader_aboot_get_type (void);
OstreeBootloaderAboot *_ostree_bootloader_aboot_new (OstreeSysroot *sysroot);
G_END_DECLS
typedef struct _OstreeBootloaderGrub2 OstreeBootloaderGrub2;
-GType _ostree_bootloader_grub2_get_type (void) G_GNUC_CONST;
+GType _ostree_bootloader_grub2_get_type (void);
OstreeBootloaderGrub2 *_ostree_bootloader_grub2_new (OstreeSysroot *sysroot);
typedef struct _OstreeBootloaderSyslinux OstreeBootloaderSyslinux;
-GType _ostree_bootloader_syslinux_get_type (void) G_GNUC_CONST;
+GType _ostree_bootloader_syslinux_get_type (void);
OstreeBootloaderSyslinux *_ostree_bootloader_syslinux_new (OstreeSysroot *sysroot);
typedef struct _OstreeBootloaderUboot OstreeBootloaderUboot;
-GType _ostree_bootloader_uboot_get_type (void) G_GNUC_CONST;
+GType _ostree_bootloader_uboot_get_type (void);
OstreeBootloaderUboot *_ostree_bootloader_uboot_new (OstreeSysroot *sysroot);
typedef struct _OstreeBootloaderZipl OstreeBootloaderZipl;
-GType _ostree_bootloader_zipl_get_type (void) G_GNUC_CONST;
+GType _ostree_bootloader_zipl_get_type (void);
OstreeBootloaderZipl *_ostree_bootloader_zipl_new (OstreeSysroot *sysroot);
G_END_DECLS
};
G_DEFINE_AUTOPTR_CLEANUP_FUNC (OstreeBootloader, g_object_unref)
-GType _ostree_bootloader_get_type (void) G_GNUC_CONST;
+GType _ostree_bootloader_get_type (void);
gboolean _ostree_bootloader_query (OstreeBootloader *bootloader, gboolean *out_is_active,
GCancellable *cancellable, GError **error);
};
_OSTREE_PUBLIC
-GType ostree_chain_input_stream_get_type (void) G_GNUC_CONST;
+GType ostree_chain_input_stream_get_type (void);
_OSTREE_PUBLIC
OstreeChainInputStream *ostree_chain_input_stream_new (GPtrArray *streams);
};
_OSTREE_PUBLIC
-GType ostree_checksum_input_stream_get_type (void) G_GNUC_CONST;
+GType ostree_checksum_input_stream_get_type (void);
_OSTREE_PUBLIC
OstreeChecksumInputStream *ostree_checksum_input_stream_new (GInputStream *stream,
typedef struct _OstreeDeployment OstreeDeployment;
_OSTREE_PUBLIC
-GType ostree_deployment_get_type (void) G_GNUC_CONST;
+GType ostree_deployment_get_type (void);
_OSTREE_PUBLIC
guint ostree_deployment_hash (gconstpointer v);
gboolean _ostree_fetcher_uri_validate (OstreeFetcherURI *uri, GError **error);
-GType _ostree_fetcher_get_type (void) G_GNUC_CONST;
+GType _ostree_fetcher_get_type (void);
OstreeFetcher *_ostree_fetcher_new (int tmpdir_dfd, const char *remote_name,
OstreeFetcherConfigFlags flags);
void (*_g_reserved5) (void);
};
-GType _ostree_libarchive_input_stream_get_type (void) G_GNUC_CONST;
+GType _ostree_libarchive_input_stream_get_type (void);
GInputStream *_ostree_libarchive_input_stream_new (struct archive *a);
GObjectClass parent_class;
};
-GType _ostree_lzma_compressor_get_type (void) G_GNUC_CONST;
+GType _ostree_lzma_compressor_get_type (void);
OstreeLzmaCompressor *_ostree_lzma_compressor_new (GVariant *params);
};
GLIB_AVAILABLE_IN_ALL
-GType _ostree_lzma_decompressor_get_type (void) G_GNUC_CONST;
+GType _ostree_lzma_decompressor_get_type (void);
GLIB_AVAILABLE_IN_ALL
OstreeLzmaDecompressor *_ostree_lzma_decompressor_new (void);
};
G_DEFINE_AUTOPTR_CLEANUP_FUNC (OstreeMetalink, g_object_unref)
-GType _ostree_metalink_get_type (void) G_GNUC_CONST;
+GType _ostree_metalink_get_type (void);
OstreeMetalink *_ostree_metalink_new (OstreeFetcher *fetcher, const char *requested_file,
guint64 max_size, OstreeFetcherURI *uri,
};
_OSTREE_PUBLIC
-GType ostree_mutable_tree_get_type (void) G_GNUC_CONST;
+GType ostree_mutable_tree_get_type (void);
_OSTREE_PUBLIC
OstreeMutableTree *ostree_mutable_tree_new (void);
*/
_OSTREE_PUBLIC
-GType ostree_remote_get_type (void) G_GNUC_CONST;
+GType ostree_remote_get_type (void);
_OSTREE_PUBLIC
OstreeRemote *ostree_remote_ref (OstreeRemote *remote);
_OSTREE_PUBLIC
};
G_GNUC_INTERNAL
-GType _ostree_repo_file_enumerator_get_type (void) G_GNUC_CONST;
+GType _ostree_repo_file_enumerator_get_type (void);
G_GNUC_INTERNAL
GFileEnumerator *_ostree_repo_file_enumerator_new (OstreeRepoFile *dir, const char *attributes,
};
_OSTREE_PUBLIC
-GType ostree_repo_file_get_type (void) G_GNUC_CONST;
+GType ostree_repo_file_get_type (void);
_OSTREE_PUBLIC
gboolean ostree_repo_file_ensure_resolved (OstreeRepoFile *self, GError **error);
typedef struct OstreeComposefsTarget OstreeComposefsTarget;
-GType ostree_composefs_target_get_type (void) G_GNUC_CONST;
+GType ostree_composefs_target_get_type (void);
OstreeComposefsTarget *ostree_composefs_target_new (void);
OstreeComposefsTarget *ostree_composefs_target_ref (OstreeComposefsTarget *target);
void ostree_composefs_target_unref (OstreeComposefsTarget *target);
typedef struct _OstreeTlsCertInteractionClass OstreeTlsCertInteractionClass;
G_DEFINE_AUTOPTR_CLEANUP_FUNC (OstreeTlsCertInteraction, g_object_unref)
-GType _ostree_tls_cert_interaction_get_type (void) G_GNUC_CONST;
+GType _ostree_tls_cert_interaction_get_type (void);
OstreeTlsCertInteraction *_ostree_tls_cert_interaction_new (const char *cert_path,
const char *key_path);
GFilterInputStreamClass parent_class;
};
-GType ot_checksum_instream_get_type (void) G_GNUC_CONST;
+GType ot_checksum_instream_get_type (void);
OtChecksumInstream *ot_checksum_instream_new (GInputStream *stream, GChecksumType checksum);
OtChecksumInstream *ot_checksum_instream_new_with_start (GInputStream *stream,