~ubuntu-branches/debian/lenny/libgsf/lenny

« back to all changes in this revision

Viewing changes to gsf/gsf-infile-msole.h

  • Committer: Bazaar Package Importer
  • Author(s): J.H.M. Dassen (Ray)
  • Date: 2006-11-06 22:45:03 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061106224503-g6pmv1m82zy8jya9
Tags: 1.14.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 * You should have received a copy of the GNU Lesser General Public License
17
17
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
19
19
 * USA
20
20
 */
21
21
 
23
23
#define GSF_INFILE_MSOLE_H
24
24
 
25
25
#include <gsf/gsf.h>
 
26
#include <glib-object.h>
26
27
 
27
28
G_BEGIN_DECLS
28
29
 
32
33
#define GSF_INFILE_MSOLE(o)          (G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_INFILE_MSOLE_TYPE, GsfInfileMSOle))
33
34
#define GSF_IS_INFILE_MSOLE(o)       (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSF_INFILE_MSOLE_TYPE))
34
35
 
35
 
GType           gsf_infile_msole_get_type (void);
36
 
GsfInfileMSOle *gsf_infile_msole_new (GsfInput *source, GError **err);
37
 
gboolean        gsf_infile_msole_get_class_id (GsfInfileMSOle const *ole,
38
 
                                               guint8 *res);
 
36
GType      gsf_infile_msole_get_type     (void);
 
37
GsfInfile *gsf_infile_msole_new          (GsfInput *source, GError **err);
 
38
gboolean   gsf_infile_msole_get_class_id (GsfInfileMSOle const *ole,
 
39
                                          guint8 *res);
39
40
 
40
41
G_END_DECLS
41
42