Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

Commit

Permalink
Patch by Greg Ward
Browse files Browse the repository at this point in the history
2007-01-15  Alex Lancaster  <[email protected]>

	Patch by Greg Ward
	
	* README.daap: Fix minor typos.

svn path=/trunk/; revision=4740
  • Loading branch information
fiveisalive authored and Alexander K. Lancaster committed Jan 15, 2007
1 parent d933037 commit 3992208
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2007-01-15 Alex Lancaster <[email protected]>

Patch by Greg Ward

* README.daap: Fix minor typos.

2007-01-13 Jonathan Matthew <[email protected]>

patch mostly by: Adam Zimmerman <[email protected]>
Expand Down
6 changes: 3 additions & 3 deletions README.daap
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Rhythmbox has been compiled with Howl support, these will will be used as
sw_discovery_oid structures, which are used to identify the specific mDNS/DNS-SD
call. If Rhythmbox is using Avahi, these datatypes represent
AvahiServiceBrowser, AvahiServiceResolver and AvahiEntryGroup variables,
which, again, are used to uniquely idenfity the specific mDNS/DNS-SD call.
which, again, are used to uniquely identify the specific mDNS/DNS-SD call.

Browsing for remote shares is started via rb_daap_mdns_browse() which takes a
callback that is run anytime a share is discovered or goes away. Browsing will
Expand All @@ -72,7 +72,7 @@ runs when the host is resolved or a timeout reached. Either way, when the
the callback is run, the resolving stops. If you wish to stop resolving early,
you can use rb_daap_mdns_resolve_cancel().

Pubsishing is done via rb_daap_mdns_publish(). The callback for this function
Publishing is done via rb_daap_mdns_publish(). The callback for this function
is used to notify you of success or failure due to name collision. Two servers
cannot have the same name. Publishing will continue until
rb_daap_mdns_publish_cancel() is called.
Expand All @@ -88,7 +88,7 @@ source. This reduces unneccessary computations and network traffic.

4. Connecting to a music share

When a user clicks on an music share source in the list,
When a user clicks on a music share source in the list,
rb-shell.c:rb_shell_select_source() runs the virtual function
rb_source_activate(). This tells the RBDAAPSource to resolve the server via
RBDAAPmDNSResolver. In the resolver's callback function, if the resolve was
Expand Down

0 comments on commit 3992208

Please sign in to comment.