~ubuntu-branches/ubuntu/precise/glib2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib.devhelp2

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-01-17 11:16:09 UTC
  • mfrom: (1.59.36)
  • Revision ID: package-import@ubuntu.com-20120117111609-l6hqg8snni7gh1a4
Tags: 2.31.10-0ubuntu1
* New upstream version:
  GResource:
  - A new facility to allow linking data files into binaries and make 
    them available as resources
  - Resources are compiled using glib-compile-resources
  - GIO supports resource:/// uris to access resources
* debian/libglib2.0-0.install.in: install glib-compile-resources there
* debian/libglib2.0-0.symbols: new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
    <sub name="Annotation Glossary" link="annotation-glossary.html"/>
120
120
  </chapters>
121
121
  <functions>
122
 
    <keyword type="" name="Environment variables" link="glib-running.html#id475801"/>
 
122
    <keyword type="" name="Environment variables" link="glib-running.html#id440132"/>
123
123
    <keyword type="" name="Locale" link="glib-running.html#setlocale"/>
124
 
    <keyword type="" name="Traps and traces" link="glib-running.html#id463146"/>
125
 
    <keyword type="" name="Gdb debugging macros" link="glib-running.html#id463229"/>
126
 
    <keyword type="" name="SystemTap" link="glib-running.html#id463264"/>
127
 
    <keyword type="" name="Memory statistics" link="glib-running.html#id463300"/>
 
124
    <keyword type="" name="Traps and traces" link="glib-running.html#id427476"/>
 
125
    <keyword type="" name="Gdb debugging macros" link="glib-running.html#id427560"/>
 
126
    <keyword type="" name="SystemTap" link="glib-running.html#id427595"/>
 
127
    <keyword type="" name="Memory statistics" link="glib-running.html#id427630"/>
128
128
    <keyword type="variable" name="glib_major_version" link="glib-Version-Information.html#glib-major-version"/>
129
129
    <keyword type="variable" name="glib_minor_version" link="glib-Version-Information.html#glib-minor-version"/>
130
130
    <keyword type="variable" name="glib_micro_version" link="glib-Version-Information.html#glib-micro-version"/>
368
368
    <keyword type="function" name="g_atomic_pointer_or ()" link="glib-Atomic-Operations.html#g-atomic-pointer-or" since="2.30"/>
369
369
    <keyword type="function" name="g_atomic_pointer_xor ()" link="glib-Atomic-Operations.html#g-atomic-pointer-xor" since="2.30"/>
370
370
    <keyword type="function" name="g_atomic_int_exchange_and_add ()" link="glib-Atomic-Operations.html#g-atomic-int-exchange-and-add" deprecated="2.30: Use g_atomic_int_add() instead." since="2.4"/>
371
 
    <keyword type="" name="Creating new source types" link="glib-The-Main-Event-Loop.html#id546602"/>
372
 
    <keyword type="" name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id546670"/>
 
371
    <keyword type="" name="Creating new source types" link="glib-The-Main-Event-Loop.html#id510932"/>
 
372
    <keyword type="" name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id511001"/>
373
373
    <keyword type="struct" name="GMainLoop" link="glib-The-Main-Event-Loop.html#GMainLoop"/>
374
374
    <keyword type="function" name="g_main_loop_new ()" link="glib-The-Main-Event-Loop.html#g-main-loop-new"/>
375
375
    <keyword type="function" name="g_main_loop_ref ()" link="glib-The-Main-Event-Loop.html#g-main-loop-ref"/>
1390
1390
    <keyword type="function" name="g_match_info_fetch_named ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-named" since="2.14"/>
1391
1391
    <keyword type="function" name="g_match_info_fetch_named_pos ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-named-pos" since="2.14"/>
1392
1392
    <keyword type="function" name="g_match_info_fetch_all ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-all" since="2.14"/>
1393
 
    <keyword type="" name="Non-printing characters" link="glib-regex-syntax.html#id726044"/>
1394
 
    <keyword type="" name="Absolute and relative back references" link="glib-regex-syntax.html#id733045"/>
1395
 
    <keyword type="" name="Generic character types" link="glib-regex-syntax.html#id733058"/>
1396
 
    <keyword type="" name="Newline sequences" link="glib-regex-syntax.html#id733207"/>
1397
 
    <keyword type="" name="Unicode character properties" link="glib-regex-syntax.html#id733223"/>
1398
 
    <keyword type="" name="Simple assertions" link="glib-regex-syntax.html#id733521"/>
1399
 
    <keyword type="" name="Lookahead assertions" link="glib-regex-syntax.html#id739440"/>
1400
 
    <keyword type="" name="Lookbehind assertions" link="glib-regex-syntax.html#id739491"/>
1401
 
    <keyword type="" name="Using multiple assertions" link="glib-regex-syntax.html#id739605"/>
1402
 
    <keyword type="" name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id739695"/>
1403
 
    <keyword type="" name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id739731"/>
1404
 
    <keyword type="" name="Checking for pattern recursion" link="glib-regex-syntax.html#id739756"/>
1405
 
    <keyword type="" name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id739784"/>
1406
 
    <keyword type="" name="Assertion conditions" link="glib-regex-syntax.html#id739817"/>
 
1393
    <keyword type="" name="Non-printing characters" link="glib-regex-syntax.html#id690396"/>
 
1394
    <keyword type="" name="Absolute and relative back references" link="glib-regex-syntax.html#id697381"/>
 
1395
    <keyword type="" name="Generic character types" link="glib-regex-syntax.html#id697394"/>
 
1396
    <keyword type="" name="Newline sequences" link="glib-regex-syntax.html#id697544"/>
 
1397
    <keyword type="" name="Unicode character properties" link="glib-regex-syntax.html#id697559"/>
 
1398
    <keyword type="" name="Simple assertions" link="glib-regex-syntax.html#id697858"/>
 
1399
    <keyword type="" name="Lookahead assertions" link="glib-regex-syntax.html#id703792"/>
 
1400
    <keyword type="" name="Lookbehind assertions" link="glib-regex-syntax.html#id703843"/>
 
1401
    <keyword type="" name="Using multiple assertions" link="glib-regex-syntax.html#id703957"/>
 
1402
    <keyword type="" name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id704047"/>
 
1403
    <keyword type="" name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id704083"/>
 
1404
    <keyword type="" name="Checking for pattern recursion" link="glib-regex-syntax.html#id704108"/>
 
1405
    <keyword type="" name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id704136"/>
 
1406
    <keyword type="" name="Assertion conditions" link="glib-regex-syntax.html#id704169"/>
1407
1407
    <keyword type="enum" name="enum GMarkupError" link="glib-Simple-XML-Subset-Parser.html#GMarkupError"/>
1408
1408
    <keyword type="macro" name="G_MARKUP_ERROR" link="glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR:CAPS"/>
1409
1409
    <keyword type="enum" name="enum GMarkupParseFlags" link="glib-Simple-XML-Subset-Parser.html#GMarkupParseFlags"/>
2088
2088
    <keyword type="function" name="g_variant_type_next ()" link="glib-GVariantType.html#g-variant-type-next"/>
2089
2089
    <keyword type="function" name="g_variant_type_key ()" link="glib-GVariantType.html#g-variant-type-key"/>
2090
2090
    <keyword type="function" name="g_variant_type_value ()" link="glib-GVariantType.html#g-variant-type-value"/>
2091
 
    <keyword type="" name="Memory Use" link="glib-GVariant.html#id908418"/>
 
2091
    <keyword type="" name="Memory Use" link="glib-GVariant.html#id872789"/>
2092
2092
    <keyword type="struct" name="GVariant" link="glib-GVariant.html#GVariant" since="2.24"/>
2093
2093
    <keyword type="function" name="g_variant_unref ()" link="glib-GVariant.html#g-variant-unref" since="2.24"/>
2094
2094
    <keyword type="function" name="g_variant_ref ()" link="glib-GVariant.html#g-variant-ref" since="2.24"/>
2299
2299
    <keyword type="function" name="g_completion_set_compare ()" link="glib-Automatic-String-Completion.html#g-completion-set-compare" deprecated="2.26: Rarely used API"/>
2300
2300
    <keyword type="function" name="GCompletionStrncmpFunc ()" link="glib-Automatic-String-Completion.html#GCompletionStrncmpFunc"/>
2301
2301
    <keyword type="function" name="g_completion_free ()" link="glib-Automatic-String-Completion.html#g-completion-free" deprecated="2.26: Rarely used API"/>
2302
 
    <keyword type="" name="Options" link="glib-gettextize.html#id509672"/>
2303
 
    <keyword type="" name="Options" link="gtester.html#id668707"/>
2304
 
    <keyword type="" name="Options" link="gtester-report.html#id525662"/>
 
2302
    <keyword type="" name="Options" link="glib-gettextize.html#id535646"/>
 
2303
    <keyword type="" name="Options" link="gtester.html#id504380"/>
 
2304
    <keyword type="" name="Options" link="gtester-report.html#id634629"/>
2305
2305
    <keyword type="constant" name="G_THREAD_ERROR_AGAIN" link="glib-Threads.html#G-THREAD-ERROR-AGAIN:CAPS"/>
2306
2306
    <keyword type="constant" name="G_ONCE_STATUS_NOTCALLED" link="glib-Threads.html#G-ONCE-STATUS-NOTCALLED:CAPS"/>
2307
2307
    <keyword type="constant" name="G_ONCE_STATUS_PROGRESS" link="glib-Threads.html#G-ONCE-STATUS-PROGRESS:CAPS"/>