~ubuntu-branches/ubuntu/saucy/glib2.0/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gio/tmpl/gdbusnameowning.sgml

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-08-21 10:08:49 UTC
  • mfrom: (1.63.24)
  • Revision ID: package-import@ubuntu.com-20130821100849-enhti9o2tk0iug5r
Tags: 2.37.6-1ubuntu1
* Resynchronise with Debian, remaining change:
  - Build-Depend on python:any for cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
gdbusnameowning
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
 
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
 
 
10
</para>
 
11
 
 
12
 
 
13
<!-- ##### SECTION See_Also ##### -->
 
14
<para>
 
15
 
 
16
</para>
 
17
 
 
18
 
 
19
<!-- ##### SECTION Stability_Level ##### -->
 
20
 
 
21
 
 
22
<!-- ##### SECTION Image ##### -->
 
23
 
 
24
 
 
25
<!-- ##### USER_FUNCTION GBusAcquiredCallback ##### -->
 
26
<para>
 
27
 
 
28
</para>
 
29
 
 
30
@connection: 
 
31
@name: 
 
32
@user_data: 
 
33
 
 
34
 
 
35
<!-- ##### USER_FUNCTION GBusNameAcquiredCallback ##### -->
 
36
<para>
 
37
 
 
38
</para>
 
39
 
 
40
@connection: 
 
41
@name: 
 
42
@user_data: 
 
43
 
 
44
 
 
45
<!-- ##### USER_FUNCTION GBusNameLostCallback ##### -->
 
46
<para>
 
47
 
 
48
</para>
 
49
 
 
50
@connection: 
 
51
@name: 
 
52
@user_data: 
 
53
 
 
54
 
 
55
<!-- ##### ENUM GBusNameOwnerFlags ##### -->
 
56
<para>
 
57
 
 
58
</para>
 
59
 
 
60
@G_BUS_NAME_OWNER_FLAGS_NONE: 
 
61
@G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT: 
 
62
@G_BUS_NAME_OWNER_FLAGS_REPLACE: 
 
63
 
 
64
<!-- ##### FUNCTION g_bus_own_name ##### -->
 
65
<para>
 
66
 
 
67
</para>
 
68
 
 
69
@bus_type: 
 
70
@name: 
 
71
@flags: 
 
72
@bus_acquired_handler: 
 
73
@name_acquired_handler: 
 
74
@name_lost_handler: 
 
75
@user_data: 
 
76
@user_data_free_func: 
 
77
@Returns: 
 
78
 
 
79
 
 
80
<!-- ##### FUNCTION g_bus_own_name_on_connection ##### -->
 
81
<para>
 
82
 
 
83
</para>
 
84
 
 
85
@connection: 
 
86
@name: 
 
87
@flags: 
 
88
@name_acquired_handler: 
 
89
@name_lost_handler: 
 
90
@user_data: 
 
91
@user_data_free_func: 
 
92
@Returns: 
 
93
 
 
94
 
 
95
<!-- ##### FUNCTION g_bus_unown_name ##### -->
 
96
<para>
 
97
 
 
98
</para>
 
99
 
 
100
@owner_id: 
 
101
 
 
102
 
 
103
<!-- ##### FUNCTION g_bus_own_name_with_closures ##### -->
 
104
<para>
 
105
 
 
106
</para>
 
107
 
 
108
@bus_type: 
 
109
@name: 
 
110
@flags: 
 
111
@bus_acquired_closure: 
 
112
@name_acquired_closure: 
 
113
@name_lost_closure: 
 
114
@Returns: 
 
115
 
 
116
 
 
117
<!-- ##### FUNCTION g_bus_own_name_on_connection_with_closures ##### -->
 
118
<para>
 
119
 
 
120
</para>
 
121
 
 
122
@connection: 
 
123
@name: 
 
124
@flags: 
 
125
@name_acquired_closure: 
 
126
@name_lost_closure: 
 
127
@Returns: 
 
128
 
 
129