aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/thumbnailgtk_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/thumbnailgtk_extractor.c')
-rw-r--r--src/plugins/thumbnailgtk_extractor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/thumbnailgtk_extractor.c b/src/plugins/thumbnailgtk_extractor.c
index 63ac359..a68df7b 100644
--- a/src/plugins/thumbnailgtk_extractor.c
+++ b/src/plugins/thumbnailgtk_extractor.c
@@ -52,7 +52,7 @@ static magic_t magic;
52 52
53 53
54/** 54/**
55 * Main method for the thumbnailer plugin. 55 * Main method for the gtk-thumbnailer plugin.
56 * 56 *
57 * @param ec extraction context 57 * @param ec extraction context
58 */ 58 */
@@ -209,7 +209,7 @@ EXTRACTOR_thumbnail_extract_method (struct EXTRACTOR_ExtractContext *ec)
209 * Initialize glib and load magic file. 209 * Initialize glib and load magic file.
210 */ 210 */
211void __attribute__ ((constructor)) 211void __attribute__ ((constructor))
212ole_gobject_init () 212thumbnailgtk_gobject_init ()
213{ 213{
214 g_type_init (); 214 g_type_init ();
215 magic = magic_open (MAGIC_MIME_TYPE); 215 magic = magic_open (MAGIC_MIME_TYPE);
@@ -224,7 +224,7 @@ ole_gobject_init ()
224 * Destructor for the library, cleans up. 224 * Destructor for the library, cleans up.
225 */ 225 */
226void __attribute__ ((destructor)) 226void __attribute__ ((destructor))
227mime_ltdl_fini () 227thumbnailgtk_ltdl_fini ()
228{ 228{
229 if (NULL != magic) 229 if (NULL != magic)
230 { 230 {