X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgsrvtarget.c;h=232da5a345d100aa33e136b1090e69a5570115f7;hb=8df2cca08a5c06286303b39a34121c7e6925bf15;hp=3422750fed0b077f81153fcc07d36225444a64af;hpb=d85b722734a6fcfe94032f6113de9e5c190fd7c3;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gsrvtarget.c b/gio/gsrvtarget.c index 3422750..232da5a 100644 --- a/gio/gsrvtarget.c +++ b/gio/gsrvtarget.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . */ #include "config.h" @@ -44,7 +42,7 @@ * then connect to whatever host was pointed to by that record. * * You can use g_resolver_lookup_service() or - * g_resolver_lookup_service_async() to find the #GSrvTargets + * g_resolver_lookup_service_async() to find the #GSrvTargets * for a given service. However, if you are simply planning to connect * to the remote service, you can use #GNetworkService's * #GSocketConnectable interface and not need to worry about @@ -77,10 +75,10 @@ G_DEFINE_BOXED_TYPE (GSrvTarget, g_srv_target, * * Creates a new #GSrvTarget with the given parameters. * - * You should not need to use this; normally #GSrvTargets are + * You should not need to use this; normally #GSrvTargets are * created by #GResolver. * - * Return value: a new #GSrvTarget. + * Returns: a new #GSrvTarget. * * Since: 2.22 */ @@ -106,7 +104,7 @@ g_srv_target_new (const gchar *hostname, * * Copies @target * - * Return value: a copy of @target + * Returns: a copy of @target * * Since: 2.22 */ @@ -141,7 +139,7 @@ g_srv_target_free (GSrvTarget *target) * check if it contains encoded Unicode segments, and use * g_hostname_to_unicode() to convert it if it does.) * - * Return value: @target's hostname + * Returns: @target's hostname * * Since: 2.22 */ @@ -157,7 +155,7 @@ g_srv_target_get_hostname (GSrvTarget *target) * * Gets @target's port * - * Return value: @target's port + * Returns: @target's port * * Since: 2.22 */ @@ -175,7 +173,7 @@ g_srv_target_get_port (GSrvTarget *target) * #GResolver already sorts the targets according to the algorithm in * RFC 2782. * - * Return value: @target's priority + * Returns: @target's priority * * Since: 2.22 */ @@ -193,7 +191,7 @@ g_srv_target_get_priority (GSrvTarget *target) * #GResolver already sorts the targets according to the algorithm in * RFC 2782. * - * Return value: @target's weight + * Returns: @target's weight * * Since: 2.22 */ @@ -227,7 +225,7 @@ compare_target (gconstpointer a, gconstpointer b) * * Sorts @targets in place according to the algorithm in RFC 2782. * - * Return value: (transfer full): the head of the sorted list. + * Returns: (transfer full): the head of the sorted list. * * Since: 2.22 */