~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to manuals/reference/libanjuta/html/libanjuta.devhelp2

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-08-17 23:48:26 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20120817234826-fvk3rfp6nmfaqi9p
Tags: 2:3.5.5-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump vala dependency to 0.18 series
  - Drop graphviz from build-depends
* debian/watch: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<book xmlns="http://www.devhelp.net/book" title="Anjuta Developers Reference Manual" link="index.html" author="Naba Kumar" name="libanjuta" version="2" language="c">
4
4
  <chapters>
5
5
    <sub name="Anjuta Architecture" link="anjuta-architecture.html">
6
 
      <sub name="Plugins" link="anjuta-architecture.html#id421309"/>
 
6
      <sub name="Plugins" link="anjuta-architecture.html#id512206"/>
7
7
    </sub>
8
8
    <sub name="Writing plugins" link="writing-plugins.html">
9
9
      <sub name="Hello world plugin description, icon and UI files" link="writing-plugins.html#writing-plugins-description"/>
28
28
      <sub name="AnjutaUI" link="AnjutaUI.html"/>
29
29
      <sub name="AnjutaStatus" link="AnjutaStatus.html"/>
30
30
      <sub name="AnjutaPlugin" link="AnjutaPlugin.html"/>
31
 
      <sub name="AnjutaPluginDescription" link="libanjuta-AnjutaPluginDescription.html"/>
 
31
      <sub name="AnjutaPluginDescription" link="AnjutaPluginDescription.html"/>
32
32
      <sub name="AnjutaPluginHandle" link="libanjuta-AnjutaPluginHandle.html"/>
33
33
      <sub name="AnjutaPluginManager" link="libanjuta-AnjutaPluginManager.html"/>
34
34
      <sub name="AnjutaProfile" link="libanjuta-AnjutaProfile.html"/>
238
238
    <keyword type="property" name="The &quot;shell&quot; property" link="AnjutaPlugin.html#AnjutaPlugin--shell"/>
239
239
    <keyword type="signal" name="The &quot;activated&quot; signal" link="AnjutaPlugin.html#AnjutaPlugin-activated"/>
240
240
    <keyword type="signal" name="The &quot;deactivated&quot; signal" link="AnjutaPlugin.html#AnjutaPlugin-deactivated"/>
241
 
    <keyword type="macro" name="ANJUTA_PLUGIN_DESCRIPTION_PARSE_ERROR" link="libanjuta-AnjutaPluginDescription.html#ANJUTA-PLUGIN-DESCRIPTION-PARSE-ERROR:CAPS"/>
242
 
    <keyword type="struct" name="AnjutaPluginDescription" link="libanjuta-AnjutaPluginDescription.html#AnjutaPluginDescription"/>
243
 
    <keyword type="function" name="AnjutaPluginDescriptionLineFunc ()" link="libanjuta-AnjutaPluginDescription.html#AnjutaPluginDescriptionLineFunc"/>
244
 
    <keyword type="enum" name="enum AnjutaPluginDescriptionParseError" link="libanjuta-AnjutaPluginDescription.html#AnjutaPluginDescriptionParseError"/>
245
 
    <keyword type="function" name="AnjutaPluginDescriptionSectionFunc ()" link="libanjuta-AnjutaPluginDescription.html#AnjutaPluginDescriptionSectionFunc"/>
246
 
    <keyword type="function" name="anjuta_plugin_description_foreach_key ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-foreach-key"/>
247
 
    <keyword type="function" name="anjuta_plugin_description_foreach_section ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-foreach-section"/>
248
 
    <keyword type="function" name="anjuta_plugin_description_free ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-free"/>
249
 
    <keyword type="function" name="anjuta_plugin_description_get_boolean ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-get-boolean"/>
250
 
    <keyword type="function" name="anjuta_plugin_description_get_integer ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-get-integer"/>
251
 
    <keyword type="function" name="anjuta_plugin_description_get_locale_string ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-get-locale-string"/>
252
 
    <keyword type="function" name="anjuta_plugin_description_get_raw ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-get-raw"/>
253
 
    <keyword type="function" name="anjuta_plugin_description_get_string ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-get-string"/>
254
 
    <keyword type="function" name="anjuta_plugin_description_new ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-new"/>
255
 
    <keyword type="function" name="anjuta_plugin_description_new_from_string ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-new-from-string"/>
256
 
    <keyword type="function" name="anjuta_plugin_description_parse_error_quark ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-parse-error-quark"/>
257
 
    <keyword type="function" name="anjuta_plugin_description_to_string ()" link="libanjuta-AnjutaPluginDescription.html#anjuta-plugin-description-to-string"/>
 
241
    <keyword type="macro" name="ANJUTA_PLUGIN_DESCRIPTION_PARSE_ERROR" link="AnjutaPluginDescription.html#ANJUTA-PLUGIN-DESCRIPTION-PARSE-ERROR:CAPS"/>
 
242
    <keyword type="struct" name="AnjutaPluginDescription" link="AnjutaPluginDescription.html#AnjutaPluginDescription-struct"/>
 
243
    <keyword type="function" name="AnjutaPluginDescriptionLineFunc ()" link="AnjutaPluginDescription.html#AnjutaPluginDescriptionLineFunc"/>
 
244
    <keyword type="enum" name="enum AnjutaPluginDescriptionParseError" link="AnjutaPluginDescription.html#AnjutaPluginDescriptionParseError"/>
 
245
    <keyword type="function" name="AnjutaPluginDescriptionSectionFunc ()" link="AnjutaPluginDescription.html#AnjutaPluginDescriptionSectionFunc"/>
 
246
    <keyword type="function" name="anjuta_plugin_description_copy ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-copy"/>
 
247
    <keyword type="function" name="anjuta_plugin_description_foreach_key ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-foreach-key"/>
 
248
    <keyword type="function" name="anjuta_plugin_description_foreach_section ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-foreach-section"/>
 
249
    <keyword type="function" name="anjuta_plugin_description_free ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-free"/>
 
250
    <keyword type="function" name="anjuta_plugin_description_get_boolean ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-get-boolean"/>
 
251
    <keyword type="function" name="anjuta_plugin_description_get_integer ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-get-integer"/>
 
252
    <keyword type="function" name="anjuta_plugin_description_get_locale_string ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-get-locale-string"/>
 
253
    <keyword type="function" name="anjuta_plugin_description_get_raw ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-get-raw"/>
 
254
    <keyword type="function" name="anjuta_plugin_description_get_string ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-get-string"/>
 
255
    <keyword type="function" name="anjuta_plugin_description_new ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-new"/>
 
256
    <keyword type="function" name="anjuta_plugin_description_new_from_string ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-new-from-string"/>
 
257
    <keyword type="function" name="anjuta_plugin_description_parse_error_quark ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-parse-error-quark"/>
 
258
    <keyword type="function" name="anjuta_plugin_description_to_string ()" link="AnjutaPluginDescription.html#anjuta-plugin-description-to-string"/>
258
259
    <keyword type="struct" name="struct AnjutaPluginHandleClass" link="libanjuta-AnjutaPluginHandle.html#AnjutaPluginHandleClass"/>
259
260
    <keyword type="struct" name="AnjutaPluginHandlePriv" link="libanjuta-AnjutaPluginHandle.html#AnjutaPluginHandlePriv"/>
260
261
    <keyword type="function" name="anjuta_plugin_handle_get_about ()" link="libanjuta-AnjutaPluginHandle.html#anjuta-plugin-handle-get-about"/>
1103
1104
    <keyword type="function" name="libanjuta_iface_cclosure_marshal_VOID__UINT_INT ()" link="libanjuta-libanjuta-iface-marshallers.html#libanjuta-iface-cclosure-marshal-VOID--UINT-INT"/>
1104
1105
    <keyword type="function" name="libanjuta_iface_cclosure_marshal_VOID__ULONG_STRING_UINT ()" link="libanjuta-libanjuta-iface-marshallers.html#libanjuta-iface-cclosure-marshal-VOID--ULONG-STRING-UINT"/>
1105
1106
    <keyword type="macro" name="libanjuta_iface_cclosure_marshal_VOID__VOID" link="libanjuta-libanjuta-iface-marshallers.html#libanjuta-iface-cclosure-marshal-VOID--VOID"/>
1106
 
    <keyword type="constant" name="ANJUTA_PLUGIN_DESCRIPTION_PARSE_ERROR_INVALID_SYNTAX" link="libanjuta-AnjutaPluginDescription.html#ANJUTA-PLUGIN-DESCRIPTION-PARSE-ERROR-INVALID-SYNTAX:CAPS"/>
1107
 
    <keyword type="constant" name="ANJUTA_PLUGIN_DESCRIPTION_PARSE_ERROR_INVALID_ESCAPES" link="libanjuta-AnjutaPluginDescription.html#ANJUTA-PLUGIN-DESCRIPTION-PARSE-ERROR-INVALID-ESCAPES:CAPS"/>
1108
 
    <keyword type="constant" name="ANJUTA_PLUGIN_DESCRIPTION_PARSE_ERROR_INVALID_CHARS" link="libanjuta-AnjutaPluginDescription.html#ANJUTA-PLUGIN-DESCRIPTION-PARSE-ERROR-INVALID-CHARS:CAPS"/>
 
1107
    <keyword type="constant" name="ANJUTA_PLUGIN_DESCRIPTION_PARSE_ERROR_INVALID_SYNTAX" link="AnjutaPluginDescription.html#ANJUTA-PLUGIN-DESCRIPTION-PARSE-ERROR-INVALID-SYNTAX:CAPS"/>
 
1108
    <keyword type="constant" name="ANJUTA_PLUGIN_DESCRIPTION_PARSE_ERROR_INVALID_ESCAPES" link="AnjutaPluginDescription.html#ANJUTA-PLUGIN-DESCRIPTION-PARSE-ERROR-INVALID-ESCAPES:CAPS"/>
 
1109
    <keyword type="constant" name="ANJUTA_PLUGIN_DESCRIPTION_PARSE_ERROR_INVALID_CHARS" link="AnjutaPluginDescription.html#ANJUTA-PLUGIN-DESCRIPTION-PARSE-ERROR-INVALID-CHARS:CAPS"/>
1109
1110
    <keyword type="constant" name="ANJUTA_PLUGIN_MANAGER_MISSING_FACTORY" link="libanjuta-AnjutaPluginManager.html#ANJUTA-PLUGIN-MANAGER-MISSING-FACTORY:CAPS"/>
1110
1111
    <keyword type="constant" name="ANJUTA_PLUGIN_MANAGER_ERROR_UNKNOWN" link="libanjuta-AnjutaPluginManager.html#ANJUTA-PLUGIN-MANAGER-ERROR-UNKNOWN:CAPS"/>
1111
1112
    <keyword type="constant" name="ANJUTA_PROFILE_ERROR_URI_READ_FAILED" link="libanjuta-AnjutaProfile.html#ANJUTA-PROFILE-ERROR-URI-READ-FAILED:CAPS"/>