~ubuntu-branches/ubuntu/trusty/glibmm2.4/trusty

« back to all changes in this revision

Viewing changes to gio/src/gio_methods.defs

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-28 12:28:45 UTC
  • mfrom: (1.2.77)
  • Revision ID: package-import@ubuntu.com-20120928122845-6h032jivploan2aa
Tags: 2.33.13-0ubuntu2
* debian/rules:
  - Bump shlib version

Show diffs side-by-side

added added

removed removed

Lines of Context:
3004
3004
  )
3005
3005
)
3006
3006
 
 
3007
(define-function g_content_type_get_generic_icon_name
 
3008
  (c-name "g_content_type_get_generic_icon_name")
 
3009
  (return-type "gchar*")
 
3010
  (parameters
 
3011
    '("const-gchar*" "type")
 
3012
  )
 
3013
)
 
3014
 
3007
3015
(define-function g_content_type_can_be_executable
3008
3016
  (c-name "g_content_type_can_be_executable")
3009
3017
  (return-type "gboolean")
10531
10539
  (return-type "GVariant*")
10532
10540
  (parameters
10533
10541
    '("const-gchar*" "attribute")
10534
 
    '("const-GVariantType*" "expected_value")
 
10542
    '("const-GVariantType*" "expected_type")
10535
10543
  )
10536
10544
)
10537
10545