~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/gtk/tmpl/gtkobject.sgml

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-08 20:30:15 UTC
  • mfrom: (1.14.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110908203015-hmdoq5jt1bl50nq3
Tags: 2.24.6-0ubuntu1
* debian/watch: Look for bz2 tarballs, and restrict to GTK 2 versions.
* New upstream bug fix release.
* Drop 094_git_fileselector_error.patch, include_m4_dir.patch: Included
  upstream.
* 003_gdk.pc_privates.patch, 009_gtk-export-filechooser.patch: Unfuzz.
* debian/libgail-doc.install, debian/libgtk2.0-doc.install.in: Install
  documentation from the source tree, as it's not being installed any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
@GTK_FLOATING: 
139
139
@GTK_RESERVED_1: 
140
140
@GTK_RESERVED_2: reserved for future use
141
 
 
142
141
@Deprecated: 2.22: Do not re-use #GtkObject flags but use your own variable to
143
142
  store flags.
144
143
 
149
148
</para>
150
149
 
151
150
@obj: the object whose flags are returned.
152
 
 
153
151
@Deprecated: 2.22: Do not re-use #GtkObject flags but use your own variable to
154
152
  store flags.
155
153
 
190
188
a #GTK_TYPE_FOO macro.)
191
189
@first_property_name: name of the first property to set when constructing
192
190
   the object.
 
191
@...: 
 
192
@Returns: the new #GtkObject.
 
193
@Deprecated: Use g_object_new() instead.
 
194
<!-- # Unused Parameters # -->
193
195
@Varargs: the first argument's value, followed by any number of
194
196
name/argument-value pairs, terminated with %NULL.
195
 
@Returns: the new #GtkObject.
196
 
@Deprecated: Use g_object_new() instead.
197
197
 
198
198
 
199
199
<!-- ##### FUNCTION gtk_object_sink ##### -->
275
275
 
276
276
@object: a #GtkObject.
277
277
@first_property_name: name of first property to get the value for.
 
278
@...: 
 
279
@Deprecated: Use g_object_get() instead.
 
280
<!-- # Unused Parameters # -->
278
281
@Varargs: %NULL-terminated list of name-return location pairs.
279
 
@Deprecated: Use g_object_get() instead.
280
282
 
281
283
 
282
284
<!-- ##### FUNCTION gtk_object_set ##### -->
298
300
 
299
301
@object: a #GtkObject.
300
302
@first_property_name: name of the first property to set
 
303
@...: 
 
304
@Deprecated: Use g_object_set() instead.
 
305
<!-- # Unused Parameters # -->
301
306
@Varargs: the value of the first argument, followed optionally
302
307
by more name/value pairs, followed by %NULL.
303
 
@Deprecated: Use g_object_set() instead.
304
308
 
305
309
 
306
310
<!-- ##### FUNCTION gtk_object_set_data ##### -->