~jbicha/hud/build-depend-on-valac-not-gir

« back to all changes in this revision

Viewing changes to docs/libhud-client/libhud-client-sections.txt

  • Committer: Tarmac
  • Author(s): Ted Gould, Pete Woods, Antti Kaijanmäki, Ted Gould, Albert Astals, Ryan Lortie, Łukasz 'sil2100' Zemczak, Albert Astals Cid, Mathieu Trudel-Lapierre, Kaleo, Tarmac, Ricardo Salveti de Araujo, Michael Terry, Automatic PS uploader
  • Date: 2013-04-10 16:04:51 UTC
  • mfrom: (227.3.148 phablet)
  • Revision ID: tarmac-20130410160451-o3owpv3zaxulm5of
HUD 2.0 Merge.

Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<SECTION>
 
2
<FILE>query</FILE>
 
3
HudClientQuery
 
4
HudClientQueryClass
 
5
hud_client_query_execute_command
 
6
hud_client_query_execute_param_command
 
7
hud_client_query_execute_toolbar_item
 
8
hud_client_query_get_active_toolbar
 
9
hud_client_query_get_appstack_model
 
10
hud_client_query_get_query
 
11
hud_client_query_get_results_model
 
12
hud_client_query_new
 
13
hud_client_query_new_for_connection
 
14
hud_client_query_toolbar_item_active
 
15
hud_client_query_set_appstack_app
 
16
hud_client_query_set_query
 
17
hud_client_query_voice_query
 
18
<SUBSECTION Model Access>
 
19
hud_client_query_appstack_get_app_icon
 
20
hud_client_query_appstack_get_app_id
 
21
hud_client_query_results_get_command_highlights
 
22
hud_client_query_results_get_command_id
 
23
hud_client_query_results_get_command_name
 
24
hud_client_query_results_get_description
 
25
hud_client_query_results_get_description_highlights
 
26
hud_client_query_results_get_shortcut
 
27
hud_client_query_results_is_parameterized
 
28
<SUBSECTION Standard>
 
29
HudClientQueryPrivate
 
30
HUD_CLIENT_QUERY
 
31
HUD_CLIENT_QUERY_CLASS
 
32
HUD_CLIENT_QUERY_GET_CLASS
 
33
HUD_CLIENT_QUERY_SIGNAL_MODELS_CHANGED
 
34
HUD_CLIENT_QUERY_SIGNAL_TOOLBAR_UPDATED
 
35
HUD_CLIENT_TYPE_QUERY
 
36
HUD_CLIENT_IS_QUERY
 
37
HUD_CLIENT_IS_QUERY_CLASS
 
38
hud_client_query_get_type
 
39
HUD_CLIENT_TYPE_CLIENT_QUERY_TOOLBAR_ITEMS
 
40
HudClientQueryToolbarItems
 
41
hud_client_query_toolbar_items_get_nick
 
42
hud_client_query_toolbar_items_get_type
 
43
hud_client_query_toolbar_items_get_value_from_nick
 
44
</SECTION>
 
45
 
 
46
<SECTION>
 
47
<FILE>connection</FILE>
 
48
HudClientConnection
 
49
HudClientConnectionClass
 
50
hud_client_connection_connected
 
51
hud_client_connection_get_address
 
52
hud_client_connection_get_ref
 
53
hud_client_connection_new
 
54
hud_client_connection_new_query
 
55
<SUBSECTION Standard>
 
56
HudClientConnectionPrivate
 
57
HUD_CLIENT_CONNECTION
 
58
HUD_CLIENT_CONNECTION_CLASS
 
59
HUD_CLIENT_CONNECTION_GET_CLASS
 
60
HUD_CLIENT_CONNECTION_SIGNAL_CONNECTION_STATUS
 
61
HUD_CLIENT_IS_CONNECTION
 
62
HUD_CLIENT_IS_CONNECTION_CLASS
 
63
HUD_CLIENT_TYPE_CONNECTION
 
64
hud_client_connection_get_type
 
65
HudClientConnectionNewQueryCallback
 
66
</SECTION>
 
67
 
 
68
<SECTION>
 
69
<FILE>param</FILE>
 
70
HudClientParam
 
71
HudClientParamClass
 
72
hud_client_param_get_actions
 
73
hud_client_param_get_model
 
74
hud_client_param_new
 
75
hud_client_param_send_cancel
 
76
hud_client_param_send_commit
 
77
hud_client_param_send_reset
 
78
<SUBSECTION Standard>
 
79
HUD_CLIENT_IS_PARAM
 
80
HUD_CLIENT_IS_PARAM_CLASS
 
81
HUD_CLIENT_PARAM
 
82
HUD_CLIENT_PARAM_CLASS
 
83
HUD_CLIENT_PARAM_GET_CLASS
 
84
HUD_CLIENT_TYPE_PARAM
 
85
HudClientParamPrivate
 
86
hud_client_param_get_type
 
87
HUD_CLIENT_PARAM_SIGNAL_MODEL_READY
 
88
</SECTION>