File: pygobject.devhelp

package info (click to toggle)
pygobject 2.14.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,732 kB
  • ctags: 1,489
  • sloc: ansic: 11,090; sh: 9,052; xml: 3,391; python: 2,565; makefile: 351
file content (93 lines) | stat: -rw-r--r-- 9,056 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="PyGObject Reference Manual" link="index.html" author="" name="pygobject">
  <chapters>
    <sub name="Introduction" link="pygobject-introduction.html">
      <sub name="Reference Page Format" link="pygobject-introduction.html#pygobject-reference-format"/>
    </sub>
    <sub name="The gobject Class Reference" link="gobject-class-reference.html">
      <sub name="gobject.GObject" link="class-gobject.html"/>
      <sub name="gobject.GBoxed" link="class-gobjectgboxed.html"/>
      <sub name="gobject.GPointer" link="class-gobjectgpointer.html"/>
      <sub name="gobject.GInterface" link="class-gobjectginterface.html"/>
      <sub name="gobject.MainContext" link="class-gobjectmaincontext.html"/>
      <sub name="gobject.MainLoop" link="class-gobjectmainloop.html"/>
      <sub name="gobject Functions" link="gobject-functions.html"/>
      <sub name="gobject Constants" link="gobject-constants.html"/>
    </sub>
  </chapters>
  <functions>
    <function name="gobject.MainContext" link="class-gobjectmaincontext.html#constructor-gobjectmaincontext"/>
    <function name="gobject.MainLoop" link="class-gobjectmainloop.html#constructor-gobjectmainloop"/>
    <function name="gobject.GObject.get_property" link="class-gobject.html#method-gobject--get-property"/>
    <function name="gobject.GObject.get_properties" link="class-gobject.html#method-gobject--get-properties"/>
    <function name="gobject.GObject.set_property" link="class-gobject.html#method-gobject--set-property"/>
    <function name="gobject.GObject.set_properties" link="class-gobject.html#method-gobject--set-properties"/>
    <function name="gobject.GObject.freeze_notify" link="class-gobject.html#method-gobject--freeze-notify"/>
    <function name="gobject.GObject.notify" link="class-gobject.html#method-gobject--notify"/>
    <function name="gobject.GObject.thaw_notify" link="class-gobject.html#method-gobject--thaw-notify"/>
    <function name="gobject.GObject.get_data" link="class-gobject.html#method-gobject--get-data"/>
    <function name="gobject.GObject.set_data" link="class-gobject.html#method-gobject--set-data"/>
    <function name="gobject.GObject.connect" link="class-gobject.html#method-gobject--connect"/>
    <function name="gobject.GObject.connect_after" link="class-gobject.html#method-gobject--connect-after"/>
    <function name="gobject.GObject.connect_object" link="class-gobject.html#method-gobject--connect-object"/>
    <function name="gobject.GObject.connect_object_after" link="class-gobject.html#method-gobject--connect-object-after"/>
    <function name="gobject.GObject.disconnect" link="class-gobject.html#method-gobject--disconnect"/>
    <function name="gobject.GObject.handler_disconnect" link="class-gobject.html#method-gobject--handler-disconnect"/>
    <function name="gobject.GObject.handler_is_connected" link="class-gobject.html#method-gobject--handler-is-connected"/>
    <function name="gobject.GObject.handler_block" link="class-gobject.html#method-gobject--handler-block"/>
    <function name="gobject.GObject.handler_unblock" link="class-gobject.html#method-gobject--handler-unblock"/>
    <function name="gobject.GObject.emit" link="class-gobject.html#method-gobject--emit"/>
    <function name="gobject.GObject.stop_emission" link="class-gobject.html#method-gobject--stop-emission"/>
    <function name="gobject.GObject.emit_stop_by_name" link="class-gobject.html#method-gobject--emit-stop-by-name"/>
    <function name="gobject.GObject.chain" link="class-gobject.html#method-gobject--chain"/>
    <function name="The GObject &quot;notify&quot; Signal" link="class-gobject.html#signal-gobject--notify"/>
    <function name="gobject.GBoxed.copy" link="class-gobjectgboxed.html#method-gobjectgboxed--copy"/>
    <function name="gobject.MainContext.iteration" link="class-gobjectmaincontext.html#method-gobjectmaincontext--iteration"/>
    <function name="gobject.MainContext.pending" link="class-gobjectmaincontext.html#method-gobjectmaincontext--pending"/>
    <function name="gobject.MainLoop.get_context" link="class-gobjectmainloop.html#method-gobjectmainloop--get-context"/>
    <function name="gobject.MainLoop.is_running" link="class-gobjectmainloop.html#method-gobjectmainloop--is-running"/>
    <function name="gobject.MainLoop.quit" link="class-gobjectmainloop.html#method-gobjectmainloop--quit"/>
    <function name="gobject.MainLoop.run" link="class-gobjectmainloop.html#method-gobjectmainloop--run"/>
    <function name="gobject.type_name" link="gobject-functions.html#function-gobject--type-name"/>
    <function name="gobject.type_from_name" link="gobject-functions.html#function-gobject--type-from-name"/>
    <function name="gobject.type_parent" link="gobject-functions.html#function-gobject--type-parent"/>
    <function name="gobject.type_is_a" link="gobject-functions.html#function-gobject--type-is-a"/>
    <function name="gobject.type_children" link="gobject-functions.html#function-gobject--type-children"/>
    <function name="gobject.type_interfaces" link="gobject-functions.html#function-gobject--type-interfaces"/>
    <function name="gobject.type_register" link="gobject-functions.html#function-gobject--type-register"/>
    <function name="gobject.signal_new" link="gobject-functions.html#function-gobject--signal-new"/>
    <function name="gobject.signal_list_names" link="gobject-functions.html#function-gobject--signal-list-names"/>
    <function name="gobject.signal_list_ids" link="gobject-functions.html#function-gobject--signal-list-ids"/>
    <function name="gobject.signal_lookup" link="gobject-functions.html#function-gobject--signal-lookup"/>
    <function name="gobject.signal_name" link="gobject-functions.html#function-gobject--signal-name"/>
    <function name="gobject.signal_query" link="gobject-functions.html#function-gobject--signal-query1"/>
    <function name="gobject.signal_query" link="gobject-functions.html#function-gobject--signal-query2"/>
    <function name="gobject.list_properties" link="gobject-functions.html#function-gobject--list-properties"/>
    <function name="gobject.new" link="gobject-functions.html#function-gobject--new"/>
    <function name="gobject.idle_add" link="gobject-functions.html#function-gobject--idle-add"/>
    <function name="gobject.timeout_add" link="gobject-functions.html#function-gobject--timeout-add"/>
    <function name="gobject.io_add_watch" link="gobject-functions.html#function-gobject--io-add-watch"/>
    <function name="gobject.source_remove" link="gobject-functions.html#function-gobject--source-remove"/>
    <function name="gobject.main_context_default" link="gobject-functions.html#function-gobject--main-context-default"/>
    <function name="gobject.markup_escape_text" link="gobject-functions.html#function-gobject--markup-escape-text"/>
    <function name="gobject.child_watch_add" link="gobject-functions.html#function-gobject--child-watch-add"/>
    <function name="gobject.spawn_async" link="gobject-functions.html#function-gobject--spawn-async"/>
    <function name="gobject.get_current_time" link="gobject-functions.html#function-gobject--get-current-time"/>
    <function name="gobject.main_depth" link="gobject-functions.html#function-gobject--main-depth"/>
    <function name="gobject.threads_init" link="gobject-functions.html#function-gobject--threads-init"/>
    <function name="gobject.signal_accumulator_true_handled" link="gobject-functions.html#function-gobject--signal-accumulator-true-handled"/>
    <function name="gobject.add_emission_hook" link="gobject-functions.html#function-gobject--add-emission-hook"/>
    <function name="gobject.remove_emission_hook" link="gobject-functions.html#function-gobject--remove-emission-hook"/>
    <function name="gobject._install_metaclass" link="gobject-functions.html#function-gobject---install-metaclass"/>
    <function name="gobject.filename_display_name" link="gobject-functions.html#function-gobject--filename-display-name"/>
    <function name="gobject.filename_display_basename" link="gobject-functions.html#function-gobject--filename-display-basename"/>
    <function name="gobject.filename_from_utf8" link="gobject-functions.html#function-gobject--filename-from-utf8"/>
    <function name="GObject IO Condition Constants" link="gobject-constants.html#gobject-io-condition-constants"/>
    <function name="GObject Param Flag Constants" link="gobject-constants.html#gobject-param-constants"/>
    <function name="GObject Priority Constants" link="gobject-constants.html#gobject-priority-constants"/>
    <function name="GObject Signal Flag Constants" link="gobject-constants.html#gobject-signal-constants"/>
    <function name="GObject Spawn Flag Constants" link="gobject-constants.html#gobject-spawn-flag-constants"/>
    <function name="GObject Built-in Type Constants" link="gobject-constants.html#gobject-type-constants"/>
    <function name="GObject Version Constants" link="gobject-constants.html#gobject-version-constants"/>
  </functions>
</book>