~ubuntu-branches/ubuntu/precise/libgsf/precise

« back to all changes in this revision

Viewing changes to gsf/gsf-input.h

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-19 19:27:47 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20070719192747-i2a8vrkqpgknia70
Tags: upstream-1.14.5
ImportĀ upstreamĀ versionĀ 1.14.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#define GSF_IS_INPUT(o)       (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSF_INPUT_TYPE))
35
35
 
36
36
GType gsf_input_get_type      (void) G_GNUC_CONST;
37
 
void  gsf_input_register_type (GTypeModule *module);
 
37
/* void  gsf_input_register_type (GTypeModule *module); glib dynamic types are not thread safe */
38
38
 
39
39
char const   *gsf_input_name      (GsfInput *input);
40
40
GsfInfile    *gsf_input_container (GsfInput *input);