~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to python/pyempathygtk/pyempathygtk.defs

Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
 
321
321
 
322
322
 
323
 
;; From empathy-account-widget-generic.h
 
323
;; From empathy-account-widget.h
 
324
 
 
325
(define-function empathy_account_widget_handle_params
 
326
  (c-name "empathy_account_widget_handle_params")
 
327
  (return-type "none")
 
328
  (parameters
 
329
    '("McAccount*" "account")
 
330
    '("GladeXML*" "glade")
 
331
    '("const-gchar*" "first_widget_name")
 
332
  )
 
333
  (varargs #t)
 
334
)
 
335
 
 
336
(define-function empathy_account_widget_add_forget_button
 
337
  (c-name "empathy_account_widget_add_forget_button")
 
338
  (return-type "none")
 
339
  (parameters
 
340
    '("McAccount*" "account")
 
341
    '("GladeXML*" "glade")
 
342
    '("const-gchar*" "button")
 
343
    '("const-gchar*" "entry")
 
344
  )
 
345
)
324
346
 
325
347
(define-function empathy_account_widget_generic_new
326
348
  (c-name "empathy_account_widget_generic_new")
331
353
  )
332
354
)
333
355
 
334
 
 
335
 
 
336
 
;; From empathy-account-widget-jabber.h
 
356
(define-function empathy_account_widget_salut_new
 
357
  (c-name "empathy_account_widget_salut_new")
 
358
  (is-constructor-of "EmpathyAccountWidgetSalut")
 
359
  (return-type "GtkWidget*")
 
360
  (parameters
 
361
    '("McAccount*" "account")
 
362
  )
 
363
)
 
364
 
 
365
(define-function empathy_account_widget_msn_new
 
366
  (c-name "empathy_account_widget_msn_new")
 
367
  (is-constructor-of "EmpathyAccountWidgetMsn")
 
368
  (return-type "GtkWidget*")
 
369
  (parameters
 
370
    '("McAccount*" "account")
 
371
  )
 
372
)
337
373
 
338
374
(define-function empathy_account_widget_jabber_new
339
375
  (c-name "empathy_account_widget_jabber_new")
344
380
  )
345
381
)
346
382
 
347
 
 
348
 
 
349
 
;; From empathy-account-widget-msn.h
350
 
 
351
 
(define-function empathy_account_widget_msn_new
352
 
  (c-name "empathy_account_widget_msn_new")
353
 
  (is-constructor-of "EmpathyAccountWidgetMsn")
354
 
  (return-type "GtkWidget*")
355
 
  (parameters
356
 
    '("McAccount*" "account")
357
 
  )
358
 
)
359
 
 
360
 
 
361
 
 
362
 
;; From empathy-account-widget-salut.h
363
 
 
364
 
(define-function empathy_account_widget_salut_new
365
 
  (c-name "empathy_account_widget_salut_new")
366
 
  (is-constructor-of "EmpathyAccountWidgetSalut")
 
383
(define-function empathy_account_widget_icq_new
 
384
  (c-name "empathy_account_widget_icq_new")
 
385
  (is-constructor-of "EmpathyAccountWidgetIcq")
 
386
  (return-type "GtkWidget*")
 
387
  (parameters
 
388
    '("McAccount*" "account")
 
389
  )
 
390
)
 
391
 
 
392
(define-function empathy_account_widget_yahoo_new
 
393
  (c-name "empathy_account_widget_yahoo_new")
 
394
  (is-constructor-of "EmpathyAccountWidgetYahoo")
 
395
  (return-type "GtkWidget*")
 
396
  (parameters
 
397
    '("McAccount*" "account")
 
398
  )
 
399
)
 
400
 
 
401
 
 
402
 
 
403
;; From empathy-account-widget-irc.h
 
404
 
 
405
(define-function empathy_account_widget_irc_new
 
406
  (c-name "empathy_account_widget_irc_new")
 
407
  (is-constructor-of "EmpathyAccountWidgetIrc")
367
408
  (return-type "GtkWidget*")
368
409
  (parameters
369
410
    '("McAccount*" "account")
433
474
 
434
475
;; From empathy-call-window.h
435
476
 
436
 
(define-function empathy_call_window_show
437
 
  (c-name "empathy_call_window_show")
 
477
(define-function empathy_call_window_new
 
478
  (c-name "empathy_call_window_new")
 
479
  (is-constructor-of "EmpathyCallWindow")
438
480
  (return-type "GtkWidget*")
439
481
  (parameters
440
482
    '("EmpathyTpCall*" "call")
1434
1476
 
1435
1477
 
1436
1478
 
 
1479
;; From empathy-irc-network-dialog.h
 
1480
 
 
1481
(define-method dialog_show
 
1482
  (of-object "EmpathyIrcNetwork")
 
1483
  (c-name "empathy_irc_network_dialog_show")
 
1484
  (return-type "GtkWidget*")
 
1485
  (parameters
 
1486
    '("GtkWidget*" "parent")
 
1487
  )
 
1488
)
 
1489
 
 
1490
 
 
1491
 
1437
1492
;; From empathy-log-window.h
1438
1493
 
1439
1494
(define-function empathy_log_window_show