mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-28 13:12:10 +01:00
[girepository] Fix a couple of typos
This commit is contained in:
parent
292033c7dc
commit
968850eaf1
@ -1,4 +1,4 @@
|
|||||||
/* GObject introspection: Repository implementation
|
/* GObject introspection: Base struct implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Matthias Clasen
|
* Copyright (C) 2005 Matthias Clasen
|
||||||
* Copyright (C) 2008,2009 Red Hat, Inc.
|
* Copyright (C) 2008,2009 Red Hat, Inc.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* GObject introspection: Repository implementation
|
/* GObject introspection: Callable implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Matthias Clasen
|
* Copyright (C) 2005 Matthias Clasen
|
||||||
* Copyright (C) 2008,2009 Red Hat, Inc.
|
* Copyright (C) 2008,2009 Red Hat, Inc.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* GObject introspection: Functions
|
/* GObject introspection: Callable
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Matthias Clasen
|
* Copyright (C) 2005 Matthias Clasen
|
||||||
* Copyright (C) 2008,2009 Red Hat, Inc.
|
* Copyright (C) 2008,2009 Red Hat, Inc.
|
||||||
@ -50,5 +50,5 @@ void g_callable_info_load_arg (GICallableInfo *info,
|
|||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
||||||
#endif /* __G_IREPOSITORY_H__ */
|
#endif /* __GICALLABLEINFO_H__ */
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* GObject introspection: Repository implementation
|
/* GObject introspection: Function implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Matthias Clasen
|
* Copyright (C) 2005 Matthias Clasen
|
||||||
* Copyright (C) 2008,2009 Red Hat, Inc.
|
* Copyright (C) 2008,2009 Red Hat, Inc.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* GObject introspection: Functions
|
/* GObject introspection: Function
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Matthias Clasen
|
* Copyright (C) 2005 Matthias Clasen
|
||||||
* Copyright (C) 2008,2009 Red Hat, Inc.
|
* Copyright (C) 2008,2009 Red Hat, Inc.
|
||||||
@ -93,5 +93,5 @@ gboolean g_function_info_invoke (GIFunctionInfo *info,
|
|||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
||||||
#endif /* __G_IREPOSITORY_H__ */
|
#endif /* __GIFUNCTIONINFO_H__ */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user