~attente/glib/gbytesicon

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2012-11-28 14:38:35 UTC
  • mfrom: (172.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20121128143835-at37o4ozls05rkgf
Tags: 2.34.3-1
New upstream release.

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
 
            <a href="#ftn.idp9274592" class="footnote"><sup class="footnote"><a name="idp9274592"></a>[3]</sup></a>
 
37
            <a href="#ftn.idp9327808" class="footnote"><sup class="footnote"><a name="idp9327808"></a>[3]</sup></a>
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>.
131
131
      </p>
132
132
<div class="footnotes">
133
133
<br><hr style="width:100; align:left;">
134
 
<div id="ftn.idp9274592" class="footnote"><p><a href="#idp9274592" class="para"><sup class="para">[3] </sup></a>
 
134
<div id="ftn.idp9327808" class="footnote"><p><a href="#idp9327808" class="para"><sup class="para">[3] </sup></a>
135
135
                <span class="emphasis"><em>Maman</em></span> is the French word for <span class="emphasis"><em>mum</em></span>
136
136
                or <span class="emphasis"><em>mother</em></span> - nothing more and nothing less.
137
137
              </p></div>