~ubuntu-branches/ubuntu/saucy/yelp/saucy-proposed

« back to all changes in this revision

Viewing changes to libyelp/yelp-uri.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-03 13:23:15 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20120103132315-yvk636rtjs1j62hx
Tags: 3.3.2-0ubuntu1
* debian/watch: Watch for development versions.
* New upstream release.
* debian/control.in: Add libgee-dev and libfolks-dev build dependencies as
  per upstream configure.ac.
* 01_lpi.patch, 06_setup_error_on_missing_dbus.patch: Unfuzz.
* Add 08_g_thread_init_deprecation.patch: Don't call g_thread_init().
  (LP: #911125)
* debian/libyelp0.symbols: Add new symbol from this upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
gchar **             yelp_uri_get_search_path    (YelpUri      *uri);
86
86
gchar *              yelp_uri_get_page_id        (YelpUri      *uri);
87
87
gchar *              yelp_uri_get_frag_id        (YelpUri      *uri);
 
88
gchar *              yelp_uri_get_query          (YelpUri      *uri,
 
89
                                                  const gchar  *key);
88
90
 
89
91
gchar *              yelp_uri_locate_file_uri    (YelpUri      *uri,
90
92
                                                  const gchar  *filename);