Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DLNA-RUI
gupnp
Commits
2982f46f
Commit
2982f46f
authored
Jul 11, 2013
by
Ludovic Ferrandis
Committed by
Jens Georg
Jul 30, 2013
Browse files
Coding convention. Remove trailing spaces.
https://bugzilla.gnome.org/show_bug.cgi?id=704094
parent
3e72dfb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
libgupnp/gupnp-device-info.c
View file @
2982f46f
...
...
@@ -85,7 +85,7 @@ gupnp_device_info_set_property (GObject *object,
switch
(
property_id
)
{
case
PROP_RESOURCE_FACTORY
:
info
->
priv
->
factory
=
info
->
priv
->
factory
=
GUPNP_RESOURCE_FACTORY
(
g_value_dup_object
(
value
));
break
;
case
PROP_CONTEXT
:
...
...
@@ -474,7 +474,7 @@ gupnp_device_info_get_device_type (GUPnPDeviceInfo *info)
* @info: A #GUPnPDeviceInfo
*
* Get the friendly name of the device.
*
*
* Return value: A string, or %NULL. g_free() after use.
**/
char
*
...
...
@@ -577,7 +577,7 @@ gupnp_device_info_get_model_number (GUPnPDeviceInfo *info)
* @info: A #GUPnPDeviceInfo
*
* Get a URL pointing to the device model's website.
*
*
* Return value: A string, or %NULL. g_free() after use.
**/
char
*
...
...
@@ -595,7 +595,7 @@ gupnp_device_info_get_model_url (GUPnPDeviceInfo *info)
* @info: A #GUPnPDeviceInfo
*
* Get the serial number of the device.
*
*
* Return value: A string, or %NULL. g_free() after use.
**/
char
*
...
...
@@ -630,7 +630,7 @@ gupnp_device_info_get_upc (GUPnPDeviceInfo *info)
*
* Get a URL pointing to the device's presentation page, for web-based
* administration.
*
*
* Return value: A string, or %NULL. g_free() after use.
**/
char
*
...
...
@@ -870,7 +870,7 @@ gupnp_device_info_get_icon_url (GUPnPDeviceInfo *info,
return
ret
;
}
/* Returns TRUE if @query matches against @base.
/* Returns TRUE if @query matches against @base.
* - If @query does not specify a version, it matches any version specified
* in @base.
* - If @query specifies a version, it matches any version specified in @base
...
...
@@ -930,7 +930,7 @@ resource_type_match (const char *query,
* gupnp_device_info_list_dlna_capabilities:
* @info: A #GUPnPDeviceInfo
*
* Get a #GList of strings that represent the device capabilities as announced
* Get a #GList of strings that represent the device capabilities as announced
* in the device description file using the <dlna:X_DLNACAP> element.
*
* Returns: (transfer full) (element-type utf8): a #GList of newly allocated strings or
...
...
libgupnp/gupnp-service-proxy.c
View file @
2982f46f
...
...
@@ -281,14 +281,14 @@ gupnp_service_proxy_dispose (GObject *object)
g_source_destroy
(
proxy
->
priv
->
notify_idle_src
);
proxy
->
priv
->
notify_idle_src
=
NULL
;
}
while
(
proxy
->
priv
->
pending_notifies
)
{
emit_notify_data_free
(
proxy
->
priv
->
pending_notifies
->
data
);
proxy
->
priv
->
pending_notifies
=
g_list_delete_link
(
proxy
->
priv
->
pending_notifies
,
proxy
->
priv
->
pending_notifies
);
}
/* Call super */
object_class
=
G_OBJECT_CLASS
(
gupnp_service_proxy_parent_class
);
object_class
->
dispose
(
object
);
...
...
@@ -1925,7 +1925,7 @@ server_handler (G_GNUC_UNUSED SoupServer *soup_server,
g_source_unref
(
proxy
->
priv
->
notify_idle_src
);
}
/* Everything went OK */
soup_message_set_status
(
msg
,
SOUP_STATUS_OK
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment