~ubuntu-branches/ubuntu/karmic/ibus/karmic-updates

« back to all changes in this revision

Viewing changes to src/ibusconnection.c

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-06-13 11:39:05 UTC
  • mfrom: (1.1.3 upstream) (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090613113905-0mfi5hhoz8w9y6k2
Tags: 1.1.0.20090612-1
* new upstream release.
* Fix "python-ibus should depends on iso-codes" (Closes: #532163)
* debian/libibus0.symbols: update symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
     * Emitted when sending an ibus-message.
126
126
     * Implement the member function ibus_message() in extended class to receive this signal.
127
127
     *
128
 
     * <note><para>@user_data is not actually a valid parameter. It is displayed because GtkDoc.</para></note>
 
128
     * <note><para>@user_data is not actually a valid parameter. It is displayed because of GtkDoc bug.</para></note>
129
129
     *
130
130
     * Returns: TRUE if succeed; FALSE otherwise.
131
131
     */
147
147
     * Emitted when sending an ibus-message.
148
148
     * Implement the member function ibus_message() in extended class to receive this signal.
149
149
     *
150
 
     * <note><para>@user_data is not actually a valid parameter. It is displayed because GtkDoc.</para></note>
 
150
     * <note><para>@user_data is not actually a valid parameter. It is displayed because of GtkDoc bug.</para></note>
151
151
     *
152
152
     * Returns: TRUE if succeed; FALSE otherwise.
153
153
     */
169
169
     * Emitted when sending an ibus-signal.
170
170
     * Implement the member function ibus_signal() function in extended class to receive this signal.
171
171
     *
172
 
     * <note><para>@user_data is not actually a valid parameter. It is displayed because GtkDoc.</para></note>
 
172
     * <note><para>@user_data is not actually a valid parameter. It is displayed because of GtkDoc bug.</para></note>
173
173
     *
174
174
     * Returns: TRUE if succeed; FALSE otherwise.
175
175
     */
191
191
     * Emitted when an ibus-message is sent.
192
192
     * Implement the member function ibus_message_sent() function in extended class to receive this signal.
193
193
     *
194
 
     * <note><para>@user_data is not actually a valid parameter. It is displayed because GtkDoc.</para></note>
 
194
     * <note><para>@user_data is not actually a valid parameter. It is displayed because of GtkDoc bug.</para></note>
195
195
     */
196
196
    connection_signals[IBUS_MESSAGE_SENT] =
197
197
        g_signal_new (I_("ibus-message-sent"),
210
210
     * Emitted when an ibus-message is disconnected.
211
211
     * Implement the member function disconnected() function in extended class to receive this signal.
212
212
     *
213
 
     * <note><para>@user_data is not actually a valid parameter. It is displayed because GtkDoc.</para></note>
 
213
     * <note><para>@user_data is not actually a valid parameter. It is displayed because of GtkDoc bug.</para></note>
214
214
     *
215
215
     */
216
216
    connection_signals[DISCONNECTED] =