~ubuntu-branches/debian/sid/glibmm2.4/sid

« back to all changes in this revision

Viewing changes to gio/giomm/emblemedicon.h

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2009-07-20 10:01:53 UTC
  • mfrom: (1.2.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090720100153-e2e4u4oshubnem3u
* New upstream release.
* Section of libglibmm-2.4-dbg is "debug" now.
* Update debian/copyright to conform to latest DEP 5.
  + Fix incorrect license.
  + Point to versioned license files.
* Update Standard-Version to 3.8.2.  No change required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
#ifndef DOXYGEN_SHOULD_SKIP_THIS
86
86
  static GType get_type()      G_GNUC_CONST;
 
87
 
 
88
 
87
89
  static GType get_base_type() G_GNUC_CONST;
88
90
#endif
89
91
 
113
115
   * 
114
116
   * @newin2p18.
115
117
   */
116
 
  Glib::RefPtr<Icon> get_icon();;
 
118
  Glib::RefPtr<Icon> get_icon();
117
119
  
118
120
  /** Gets the main icon for @a emblemed.
119
121
   * @return A Icon that is owned by @a emblemed
120
122
   * 
121
123
   * @newin2p18.
122
124
   */
123
 
  Glib::RefPtr<const Icon> get_icon() const;;
 
125
  Glib::RefPtr<const Icon> get_icon() const;
124
126
 
125
127
 
126
128
  /** Gets the list of emblems for the @a icon.
128
130
   * 
129
131
   * @newin2p18.
130
132
   */
131
 
  Glib::ListHandle<Glib::RefPtr<Emblem> > get_emblems();;
 
133
  Glib::ListHandle<Glib::RefPtr<Emblem> > get_emblems();
132
134
  // TODO: need constversion?
133
 
  //_WRAP_METHOD(Glib::ListHandle<Glib::RefPtr<const Emblem> > get_emblems() const, g_emblemed_icon_get_emblems, constversion);
 
135
  //_WRAP_METHOD(Glib::ListHandle<Glib::RefPtr<const Emblem> > get_emblems() const, g_emblemed_icon_get_emblems, constversion)
134
136
  
135
137
  /** Adds @a emblem to the List of Emblem &lt;!-- --&gt;s.
136
138
   * 
137
139
   * @newin2p18
138
140
   * @param emblem A Emblem.
139
141
   */
140
 
  void add_emblem(const Glib::RefPtr<Emblem>& emblem);;
 
142
  void add_emblem(const Glib::RefPtr<Emblem>& emblem);
141
143
 
142
144
 
143
145
public: