~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/glib/tmpl/macros_misc.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-23 19:25:52 UTC
  • mfrom: (3.4.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100323192552-istna8c33bw6harh
Tags: 2.23.6-1ubuntu1
* Resync on Debian
* debian/patches/01_gettext-desktopfiles.patch:
  - updated to use gettext for X-GNOME-Fullname too
* debian/patches/71_gio_launch_handler.patch:
  - new gio default launch handle feature required for wncksync
* debian/control.in, 
  debian/patches/80-gtester-subunit.patch:
  - gtester-report subunit support
* debian/libglib2.0-0.symbols:
  - updated the symbols list for the gio launcher handler

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
 
404
404
 
405
405
 
406
 
<!-- ##### FUNCTION G_LIKELY ##### -->
 
406
<!-- ##### MACRO G_LIKELY ##### -->
407
407
<para>
408
408
Hints the compiler that the expression is likely to evaluate to a true
409
409
value. The compiler may use this information for optimizations.
413
413
  g_print ("not one");
414
414
</programlisting></informalexample>
415
415
 
 
416
@expr: the expression
416
417
@Returns: the value of @expr
417
418
@Since: 2.2
418
 
<!-- # Unused Parameters # -->
419
 
@expr: the expression
420
419
 
421
420
 
422
421
<!-- ##### MACRO G_UNLIKELY ##### -->