~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to gtk/src/cssprovider.hg

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-28 09:25:06 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120928092506-9h63ais5o750a8sk
Tags: 3.5.13-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglibmm-2.4-dev, libgtk-3-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
public:
53
53
  _WRAP_CREATE()
54
 
  
 
54
 
55
55
  _WRAP_METHOD(Glib::ustring to_string() const, gtk_css_provider_to_string)
56
 
  
 
56
 
57
57
  /** Loads @a data into this css provider, making it clear any previously loaded information.
58
58
   *
59
59
   * @param data CSS data loaded in memory.
60
60
   * @result True if the data could be loaded.
61
 
   */ 
 
61
   */
62
62
  bool load_from_data(const std::string& data);
63
63
  _IGNORE(gtk_css_provider_load_from_data)
64
 
  
 
64
 
65
65
  _WRAP_METHOD(bool load_from_file(const Glib::RefPtr<const Gio::File>& file), gtk_css_provider_load_from_file, errthrow)
66
66
  _WRAP_METHOD(bool load_from_path(const std::string& path), gtk_css_provider_load_from_path, errthrow)
67
67