summaryrefslogtreecommitdiff
path: root/libyelp/yelp-lzma-decompressor.h
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-10-16 14:44:33 +0100
committerDavid King <amigadave@amigadave.com>2015-10-16 14:44:33 +0100
commit684c6ab126971fe865fd2db84b7b74a7980e85ef (patch)
treee19df830a9d08e7e30e4d44f1817fea3e98401dd /libyelp/yelp-lzma-decompressor.h
parent25c781553f2d749a3f1a56a96035c3c3b0d7b51e (diff)
downloadyelp-684c6ab126971fe865fd2db84b7b74a7980e85ef.tar.gz
Mark internal functions with G_GNUC_INTERNAL
https://bugzilla.gnome.org/show_bug.cgi?id=756658
Diffstat (limited to 'libyelp/yelp-lzma-decompressor.h')
-rw-r--r--libyelp/yelp-lzma-decompressor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libyelp/yelp-lzma-decompressor.h b/libyelp/yelp-lzma-decompressor.h
index ea5799ed..be656cbc 100644
--- a/libyelp/yelp-lzma-decompressor.h
+++ b/libyelp/yelp-lzma-decompressor.h
@@ -41,8 +41,10 @@ struct _YelpLzmaDecompressorClass
GObjectClass parent_class;
};
+G_GNUC_INTERNAL
GType yelp_lzma_decompressor_get_type (void);
+G_GNUC_INTERNAL
YelpLzmaDecompressor *yelp_lzma_decompressor_new (void);
G_END_DECLS