mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 00:16:15 +01:00
[info] Fix-up prototype indentation
This commit is contained in:
parent
a6c822d505
commit
81a263edfe
12
ginfo.c
12
ginfo.c
@ -550,10 +550,10 @@ find_first_attribute (GIRealInfo *rinfo)
|
|||||||
* Returns: %TRUE if there are more attributes
|
* Returns: %TRUE if there are more attributes
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
g_base_info_iterate_attributes (GIBaseInfo *info,
|
g_base_info_iterate_attributes (GIBaseInfo *info,
|
||||||
GIAttributeIter *iterator,
|
GIAttributeIter *iterator,
|
||||||
gchar **name,
|
gchar **name,
|
||||||
gchar **value)
|
gchar **value)
|
||||||
{
|
{
|
||||||
GIRealInfo *rinfo = (GIRealInfo *)info;
|
GIRealInfo *rinfo = (GIRealInfo *)info;
|
||||||
Header *header = (Header *)rinfo->typelib->data;
|
Header *header = (Header *)rinfo->typelib->data;
|
||||||
@ -1283,7 +1283,7 @@ g_arg_info_get_type (GIArgInfo *info)
|
|||||||
* The initialized @type must not be referenced after @info is deallocated.
|
* The initialized @type must not be referenced after @info is deallocated.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
g_arg_info_load_type (GIArgInfo *info,
|
g_arg_info_load_type (GIArgInfo *info,
|
||||||
GITypeInfo *type)
|
GITypeInfo *type)
|
||||||
{
|
{
|
||||||
GIRealInfo *rinfo = (GIRealInfo*) info;
|
GIRealInfo *rinfo = (GIRealInfo*) info;
|
||||||
@ -1385,7 +1385,7 @@ g_type_info_get_tag (GITypeInfo *info)
|
|||||||
*/
|
*/
|
||||||
GITypeInfo *
|
GITypeInfo *
|
||||||
g_type_info_get_param_type (GITypeInfo *info,
|
g_type_info_get_param_type (GITypeInfo *info,
|
||||||
gint n)
|
gint n)
|
||||||
{
|
{
|
||||||
GIRealInfo *rinfo = (GIRealInfo *)info;
|
GIRealInfo *rinfo = (GIRealInfo *)info;
|
||||||
SimpleTypeBlob *type;
|
SimpleTypeBlob *type;
|
||||||
|
Loading…
Reference in New Issue
Block a user