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

« back to all changes in this revision

Viewing changes to docs/reference/gobject/html/gtype-conventions.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-02 19:24:45 UTC
  • mfrom: (1.59.38)
  • Revision ID: package-import@ubuntu.com-20120202192445-n258a4h70odnnq4m
Tags: 2.31.14-0ubuntu1
* New upstream version:
  GResource:
  - GLib now includes a commandline utility, gresource, to explore 
    resources in ELF files
  - The resource compiler can now optionally strip ignorable 
    whitespace from XML resources
  - The resource compiler can now generate build dependencies
  - The resource compiler will now autoselect output formats
  GApplication:
  - The menu markup parser API has been dropped, the menu XML support 
    lives in GTK+ now
  GValueArray has been deprecated
* debian/libglib2.0-0.symbols: 
  - new version update
* debian/libglib2.0-bin.install:
  - list the new gresource command and its manpage
* debian/control.in:
  - Breaks on gtk << 3.3.12, glib and gtk needs to be updated together
    due to the gmenu parser changes
  - Build-Depends on libelf-dev for the gresources tools, thanks ricotz
* debian/docs:
  - dropped, no need to install ChangeLog and NEWS from the past century
* debian/libglib2.0-bin.install:
  - ship the glib-compile-resources manpage, thanks ricotz
* debian/patches/git_gsettings_lists_set.patch:
  - git patch, fix "gsettings set ..." command line issues (lp: #925382)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
          </p></li>
35
35
<li class="listitem"><p>Use prefixing to avoid namespace conflicts with other projects.
36
36
            If your library (or application) is named <span class="emphasis"><em>Maman</em></span>,
37
 
            <sup>[<a name="id391558" href="#ftn.id391558" class="footnote">3</a>]</sup>
 
37
            <sup>[<a name="id551098" href="#ftn.id551098" class="footnote">3</a>]</sup>
38
38
            
39
39
            prefix all your function names with <span class="emphasis"><em>maman_</em></span>.
40
40
            For example: <code class="function">maman_object_method</code>.
130
130
      </p>
131
131
<div class="footnotes">
132
132
<br><hr width="100" align="left">
133
 
<div class="footnote"><p><sup>[<a id="ftn.id391558" href="#id391558" class="para">3</a>] </sup>
 
133
<div class="footnote"><p><sup>[<a id="ftn.id551098" href="#id551098" class="para">3</a>] </sup>
134
134
                <span class="emphasis"><em>Maman</em></span> is the French word for <span class="emphasis"><em>mum</em></span>
135
135
                or <span class="emphasis"><em>mother</em></span> - nothing more and nothing less.
136
136
              </p></div>