~ubuntu-branches/ubuntu/oneiric/libinfinity/oneiric

« back to all changes in this revision

Viewing changes to docs/reference/libinfgtk/html/libinfgtk-0.4.devhelp2

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2011-04-03 15:50:33 UTC
  • mfrom: (1.2.4 upstream) (1.4.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110403155033-eqntz262lxzt0d8s
Tags: 0.5.0-2
* Fix infinoted postinst and prerm.  (Closes: #620687)
* Updated debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
 
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
 
<book xmlns="http://www.devhelp.net/book" title="libinfgtk-0.4 Reference Manual" link="index.html" author="" name="libinfgtk-0.4" version="2" language="c">
4
 
  <chapters>
5
 
    <sub name="libinfgtk API" link="ch01.html">
6
 
      <sub name="InfGtkBrowserView" link="InfGtkBrowserView.html"/>
7
 
      <sub name="inf-gtk-browser-model" link="libinfgtk-04-inf-gtk-browser-model.html"/>
8
 
      <sub name="InfGtkBrowserStore" link="InfGtkBrowserStore.html"/>
9
 
      <sub name="InfGtkBrowserModelFilter" link="InfGtkBrowserModelFilter.html"/>
10
 
      <sub name="InfGtkBrowserModelSort" link="InfGtkBrowserModelSort.html"/>
11
 
      <sub name="InfGtkCertificateManager" link="InfGtkCertificateManager.html"/>
12
 
      <sub name="InfGtkCertificateDialog" link="InfGtkCertificateDialog.html"/>
13
 
      <sub name="InfGtkCertificateView" link="InfGtkCertificateView.html"/>
14
 
      <sub name="InfGtkChat" link="InfGtkChat.html"/>
15
 
    </sub>
16
 
  </chapters>
17
 
  <functions>
18
 
    <keyword type="struct" name="InfGtkBrowserView" link="InfGtkBrowserView.html#InfGtkBrowserView-struct"/>
19
 
    <keyword type="function" name="inf_gtk_browser_view_new ()" link="InfGtkBrowserView.html#inf-gtk-browser-view-new"/>
20
 
    <keyword type="function" name="inf_gtk_browser_view_new_with_model ()" link="InfGtkBrowserView.html#inf-gtk-browser-view-new-with-model"/>
21
 
    <keyword type="function" name="inf_gtk_browser_view_get_model ()" link="InfGtkBrowserView.html#inf-gtk-browser-view-get-model"/>
22
 
    <keyword type="function" name="inf_gtk_browser_view_get_selected ()" link="InfGtkBrowserView.html#inf-gtk-browser-view-get-selected"/>
23
 
    <keyword type="function" name="inf_gtk_browser_view_set_selected ()" link="InfGtkBrowserView.html#inf-gtk-browser-view-set-selected"/>
24
 
    <keyword type="property" name="The &quot;model&quot; property" link="InfGtkBrowserView.html#InfGtkBrowserView--model"/>
25
 
    <keyword type="signal" name="The &quot;activate&quot; signal" link="InfGtkBrowserView.html#InfGtkBrowserView-activate"/>
26
 
    <keyword type="signal" name="The &quot;populate-popup&quot; signal" link="InfGtkBrowserView.html#InfGtkBrowserView-populate-popup"/>
27
 
    <keyword type="signal" name="The &quot;selection-changed&quot; signal" link="InfGtkBrowserView.html#InfGtkBrowserView-selection-changed"/>
28
 
    <keyword type="signal" name="The &quot;set-scroll-adjustments&quot; signal" link="InfGtkBrowserView.html#InfGtkBrowserView-set-scroll-adjustments"/>
29
 
    <keyword type="macro" name="INF_GTK_TYPE_BROWSER_MODEL_STATUS" link="libinfgtk-04-inf-gtk-browser-model.html#INF-GTK-TYPE-BROWSER-MODEL-STATUS--CAPS"/>
30
 
    <keyword type="struct" name="InfGtkBrowserModel" link="libinfgtk-04-inf-gtk-browser-model.html#InfGtkBrowserModel-struct"/>
31
 
    <keyword type="enum" name="enum InfGtkBrowserModelStatus" link="libinfgtk-04-inf-gtk-browser-model.html#InfGtkBrowserModelStatus"/>
32
 
    <keyword type="enum" name="enum InfGtkBrowserModelColumn" link="libinfgtk-04-inf-gtk-browser-model.html#InfGtkBrowserModelColumn"/>
33
 
    <keyword type="function" name="inf_gtk_browser_model_set_browser ()" link="libinfgtk-04-inf-gtk-browser-model.html#inf-gtk-browser-model-set-browser"/>
34
 
    <keyword type="function" name="inf_gtk_browser_model_resolve ()" link="libinfgtk-04-inf-gtk-browser-model.html#inf-gtk-browser-model-resolve"/>
35
 
    <keyword type="function" name="inf_gtk_browser_model_browser_iter_to_tree_iter ()" link="libinfgtk-04-inf-gtk-browser-model.html#inf-gtk-browser-model-browser-iter-to-tree-iter"/>
36
 
    <keyword type="signal" name="The &quot;set-browser&quot; signal" link="libinfgtk-04-inf-gtk-browser-model.html#InfGtkBrowserModel-set-browser"/>
37
 
    <keyword type="struct" name="InfGtkBrowserStore" link="InfGtkBrowserStore.html#InfGtkBrowserStore-struct"/>
38
 
    <keyword type="function" name="inf_gtk_browser_store_new ()" link="InfGtkBrowserStore.html#inf-gtk-browser-store-new"/>
39
 
    <keyword type="function" name="inf_gtk_browser_store_add_discovery ()" link="InfGtkBrowserStore.html#inf-gtk-browser-store-add-discovery"/>
40
 
    <keyword type="function" name="inf_gtk_browser_store_add_connection ()" link="InfGtkBrowserStore.html#inf-gtk-browser-store-add-connection"/>
41
 
    <keyword type="function" name="inf_gtk_browser_store_remove_connection ()" link="InfGtkBrowserStore.html#inf-gtk-browser-store-remove-connection"/>
42
 
    <keyword type="function" name="inf_gtk_browser_store_clear_connection_error ()" link="InfGtkBrowserStore.html#inf-gtk-browser-store-clear-connection-error"/>
43
 
    <keyword type="function" name="inf_gtk_browser_store_set_connection_name ()" link="InfGtkBrowserStore.html#inf-gtk-browser-store-set-connection-name"/>
44
 
    <keyword type="property" name="The &quot;communication-manager&quot; property" link="InfGtkBrowserStore.html#InfGtkBrowserStore--communication-manager"/>
45
 
    <keyword type="property" name="The &quot;io&quot; property" link="InfGtkBrowserStore.html#InfGtkBrowserStore--io"/>
46
 
    <keyword type="struct" name="InfGtkBrowserModelFilter" link="InfGtkBrowserModelFilter.html#InfGtkBrowserModelFilter-struct"/>
47
 
    <keyword type="function" name="inf_gtk_browser_model_filter_new ()" link="InfGtkBrowserModelFilter.html#inf-gtk-browser-model-filter-new"/>
48
 
    <keyword type="struct" name="InfGtkBrowserModelSort" link="InfGtkBrowserModelSort.html#InfGtkBrowserModelSort-struct"/>
49
 
    <keyword type="function" name="inf_gtk_browser_model_sort_new ()" link="InfGtkBrowserModelSort.html#inf-gtk-browser-model-sort-new"/>
50
 
    <keyword type="struct" name="InfGtkCertificateManager" link="InfGtkCertificateManager.html#InfGtkCertificateManager-struct"/>
51
 
    <keyword type="function" name="inf_gtk_certificate_manager_new ()" link="InfGtkCertificateManager.html#inf-gtk-certificate-manager-new"/>
52
 
    <keyword type="property" name="The &quot;known-hosts-file&quot; property" link="InfGtkCertificateManager.html#InfGtkCertificateManager--known-hosts-file"/>
53
 
    <keyword type="property" name="The &quot;parent-window&quot; property" link="InfGtkCertificateManager.html#InfGtkCertificateManager--parent-window"/>
54
 
    <keyword type="property" name="The &quot;trust-file&quot; property" link="InfGtkCertificateManager.html#InfGtkCertificateManager--trust-file"/>
55
 
    <keyword type="property" name="The &quot;xmpp-manager&quot; property" link="InfGtkCertificateManager.html#InfGtkCertificateManager--xmpp-manager"/>
56
 
    <keyword type="struct" name="InfGtkCertificateDialog" link="InfGtkCertificateDialog.html#InfGtkCertificateDialog-struct"/>
57
 
    <keyword type="enum" name="enum InfGtkCertificateDialogFlags" link="InfGtkCertificateDialog.html#InfGtkCertificateDialogFlags"/>
58
 
    <keyword type="function" name="inf_gtk_certificate_dialog_new ()" link="InfGtkCertificateDialog.html#inf-gtk-certificate-dialog-new"/>
59
 
    <keyword type="property" name="The &quot;certificate-chain&quot; property" link="InfGtkCertificateDialog.html#InfGtkCertificateDialog--certificate-chain"/>
60
 
    <keyword type="property" name="The &quot;certificate-flags&quot; property" link="InfGtkCertificateDialog.html#InfGtkCertificateDialog--certificate-flags"/>
61
 
    <keyword type="property" name="The &quot;hostname&quot; property" link="InfGtkCertificateDialog.html#InfGtkCertificateDialog--hostname"/>
62
 
    <keyword type="struct" name="InfGtkCertificateView" link="InfGtkCertificateView.html#InfGtkCertificateView-struct"/>
63
 
    <keyword type="function" name="inf_gtk_certificate_view_new ()" link="InfGtkCertificateView.html#inf-gtk-certificate-view-new"/>
64
 
    <keyword type="function" name="inf_gtk_certificate_view_new_with_certificate ()" link="InfGtkCertificateView.html#inf-gtk-certificate-view-new-with-certificate"/>
65
 
    <keyword type="function" name="inf_gtk_certificate_view_set_certificate ()" link="InfGtkCertificateView.html#inf-gtk-certificate-view-set-certificate"/>
66
 
    <keyword type="property" name="The &quot;certificate&quot; property" link="InfGtkCertificateView.html#InfGtkCertificateView--certificate"/>
67
 
    <keyword type="struct" name="InfGtkChat" link="InfGtkChat.html#InfGtkChat-struct"/>
68
 
    <keyword type="function" name="inf_gtk_chat_new ()" link="InfGtkChat.html#inf-gtk-chat-new"/>
69
 
    <keyword type="function" name="inf_gtk_chat_set_session ()" link="InfGtkChat.html#inf-gtk-chat-set-session"/>
70
 
    <keyword type="function" name="inf_gtk_chat_set_active_user ()" link="InfGtkChat.html#inf-gtk-chat-set-active-user"/>
71
 
    <keyword type="function" name="inf_gtk_chat_get_entry ()" link="InfGtkChat.html#inf-gtk-chat-get-entry"/>
72
 
    <keyword type="property" name="The &quot;active-user&quot; property" link="InfGtkChat.html#InfGtkChat--active-user"/>
73
 
    <keyword type="property" name="The &quot;session&quot; property" link="InfGtkChat.html#InfGtkChat--session"/>
74
 
  </functions>
75
 
</book>