~ubuntu-branches/ubuntu/utopic/gssdp/utopic-proposed

« back to all changes in this revision

Viewing changes to libgssdp/gssdp-resource-browser.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-05-18 01:54:22 UTC
  • mfrom: (11.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20130518015422-0fipaueo681ygjz7
Tags: 0.14.2-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 * You should have received a copy of the GNU Library General Public
17
17
 * License along with this library; if not, write to the
18
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19
 
 * Boston, MA 02111-1307, USA.
 
18
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
19
 * Boston, MA 02110-1301, USA.
20
20
 */
21
21
 
22
22
#ifndef __GSSDP_RESOURCE_BROWSER_H__
113
113
gboolean
114
114
gssdp_resource_browser_get_active (GSSDPResourceBrowser *resource_browser);
115
115
 
 
116
gboolean
 
117
gssdp_resource_browser_rescan     (GSSDPResourceBrowser *resource_browser);
 
118
 
116
119
G_END_DECLS
117
120
 
118
121
#endif /* __GSSDP_RESOURCE_BROWSER_H__ */