~ubuntu-branches/debian/sid/link-monitor-applet/sid

« back to all changes in this revision

Viewing changes to jbsrc/lm-gdk-pixbuf-loader.h

  • Committer: Bazaar Package Importer
  • Author(s): Adriaan Peeters
  • Date: 2008-03-30 22:26:13 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080330222613-5aubcuo9mgg2n7st
Tags: upstream-3.0
ImportĀ upstreamĀ versionĀ 3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _LM_GDK_PIXBUF_LOADER_H
 
2
#define _LM_GDK_PIXBUF_LOADER_H
 
3
 
 
4
#include <glib.h>
 
5
 
 
6
gboolean lm_gdk_pixbuf_loader_check (const char *sample_image, const char *mime_type);
 
7
 
 
8
#endif /* _LM_GDK_PIXBUF_LOADER_H */