~ubuntu-branches/ubuntu/trusty/gobject-introspection/trusty

« back to all changes in this revision

Viewing changes to girepository/giobjectinfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-11-24 12:32:20 UTC
  • mto: (3.3.15 natty) (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20101124123220-tbyh4pkjldp5ayck
Tags: upstream-0.9.12+git20101124
ImportĀ upstreamĀ versionĀ 0.9.12+git20101124

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
gint              g_object_info_get_n_signals    (GIObjectInfo *info);
95
95
GISignalInfo *    g_object_info_get_signal       (GIObjectInfo *info,
96
96
                                                  gint          n);
 
97
 
 
98
GISignalInfo *    g_object_info_find_signal      (GIObjectInfo *info,
 
99
                                                  const gchar  *name);
 
100
 
97
101
gint              g_object_info_get_n_vfuncs     (GIObjectInfo *info);
98
102
GIVFuncInfo *     g_object_info_get_vfunc        (GIObjectInfo *info,
99
103
                                                  gint          n);