A question about gdbus using ipv6 link local address

2015-07-20 Thread jiang pengfei
Hello: I'm trying to create a gdbus connection with ipv6 link local address, but g_dbus_connection_new_for_address_sync will return NULL if I passed the address parameter with the value like "tcp:host=fe80::a00:27ff:feb9:db9b%eth0,port=1234". The reason is the API g_uri_unescape_segment t

A question about gdbus using ipv6 link local address

2015-07-23 Thread jiang pengfei
Hello: I'm trying to create a gdbus connection with ipv6 link local address, but g_dbus_connection_new_for_address_sync will return NULL if I passed the address parameter with the value like "tcp:host=fe80::a00:27ff:feb9:db9b%eth0,port=1234". The reason is the API g_uri_unescape_segment t