~ubuntu-branches/ubuntu/wily/udisks2/wily

« back to all changes in this revision

Viewing changes to udisks/udisksclient.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-08-30 12:54:45 UTC
  • mfrom: (1.1.8) (14.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20130830125445-9qe68xunroan90yv
* New upstream release.
* Drop patches which have been merged upstream.
* Refresh dosfslabel.patch.
* Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
                                                                        const gchar   *partition_table_type,
137
137
                                                                        const gchar   *partition_type);
138
138
 
 
139
const gchar        *udisks_client_get_partition_type_and_subtype_for_display (UDisksClient  *client,
 
140
                                                                              const gchar   *partition_table_type,
 
141
                                                                              const gchar   *partition_table_subtype,
 
142
                                                                              const gchar   *partition_type);
 
143
 
 
144
 
139
145
const gchar        *udisks_client_get_partition_table_type_for_display (UDisksClient  *client,
140
146
                                                                        const gchar   *partition_table_type);
141
147