X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fgnio.git;a=blobdiff_plain;f=gnio%2Fginetaddress.c;h=3890727638b4e75fad6d0eac8ffcd9f3cf38f2e0;hp=fbf8c67cc1e649022478400f9597e7bc860e502c;hb=48aa363fffb042f947130762acc7cd3c787b11d9;hpb=1c031c7647fc229c3be8fc40a4153aa47d3aea6b diff --git a/gnio/ginetaddress.c b/gnio/ginetaddress.c index fbf8c67..3890727 100644 --- a/gnio/ginetaddress.c +++ b/gnio/ginetaddress.c @@ -52,7 +52,10 @@ enum }; static void -g_inet_address_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) +g_inet_address_get_property (GObject *object, + guint prop_id, + GValue *value, + GParamSpec *pspec) { GInetAddress *address = G_INET_ADDRESS (object); @@ -76,7 +79,10 @@ g_inet_address_get_property (GObject *object, guint prop_id, GValue *value, GPar } static void -g_inet_address_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec) +g_inet_address_set_property (GObject *object, + guint prop_id, + const GValue *value, + GParamSpec *pspec) { GInetAddress *address G_GNUC_UNUSED = G_INET_ADDRESS (object);