diff options
author | Krzesimir Nowak <qdlacz@gmail.com> | 2011-06-24 13:20:06 +0200 |
---|---|---|
committer | Krzesimir Nowak <qdlacz@gmail.com> | 2011-06-24 13:20:06 +0200 |
commit | cacbdf0ea8792d6c11ab224f9ecc38c920f84e37 (patch) | |
tree | e266523a52e3a1b7a67c3324fcdedb58a91e4506 /gobject | |
parent | 088b08bdfc8e6b3a7cc4d884e2186fe1a156fadb (diff) |
Typo fix.
Fixes jhbuilding gobject-introspection.
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/glib-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/glib-types.h b/gobject/glib-types.h index 1f3eb0fdf..db511e667 100644 --- a/gobject/glib-types.h +++ b/gobject/glib-types.h @@ -191,7 +191,7 @@ GType g_byte_array_get_type (void) G_GNUC_CONST; GType g_ptr_array_get_type (void) G_GNUC_CONST; GType g_variant_type_get_gtype (void) G_GNUC_CONST; GType g_regex_get_type (void) G_GNUC_CONST; -GType g_mach_info_get_type (void) G_GNUC_CONST; +GType g_match_info_get_type (void) G_GNUC_CONST; GType g_error_get_type (void) G_GNUC_CONST; GType g_date_time_get_type (void) G_GNUC_CONST; GType g_io_channel_get_type (void) G_GNUC_CONST; |