~unity-team/bamf/bamf-0.3

« back to all changes in this revision

Viewing changes to lib/libbamf/bamf-view.c

  • Committer: Tarmac
  • Author(s): Timo Jyrinki
  • Date: 2012-10-31 12:32:59 UTC
  • mfrom: (493.1.1 0.3)
  • Revision ID: tarmac-20121031123259-1o61nir6th2p785x
Revert 4 commits not relevant to the LibreOffice fixes:
  - Autoconf: Make libunity-webapps an optional dependency.
  - Libbamf: Some signal, type and annotation fixes.
  - libbamf: gir-annotion fixes and make gi-scanner verbose.
  - Autoconf: Exclude generated sources from tarball and fix "make distcheck".. Fixes: . Approved by Łukasz Zemczak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
 * bamf_view_user_visible:
271
271
 * @view: a #BamfView
272
272
 *
273
 
 * Returns: a boolean useful for determining if a particular view is "user visible". User visible
 
273
 * Returns a boolean useful for determining if a particular view is "user visible". User visible
274
274
 * is a concept relating to whether or not a window should be shown in a launcher tasklist.
275
275
 */
276
276
gboolean
1062
1062
    g_signal_new ("child-moved",
1063
1063
                  G_OBJECT_CLASS_TYPE (klass),
1064
1064
                  G_SIGNAL_RUN_FIRST,
1065
 
                  G_STRUCT_OFFSET (BamfViewClass, child_moved),
 
1065
                  0,
1066
1066
                  NULL, NULL,
1067
1067
                  g_cclosure_marshal_VOID__OBJECT,
1068
1068
                  G_TYPE_NONE, 1,
1102
1102
        g_signal_new ("name-changed",
1103
1103
                      G_OBJECT_CLASS_TYPE (klass),
1104
1104
                      0,
1105
 
                      G_STRUCT_OFFSET (BamfViewClass, name_changed),
1106
 
                      NULL, NULL,
 
1105
                      0, NULL, NULL,
1107
1106
                      _bamf_marshal_VOID__STRING_STRING,
1108
1107
                      G_TYPE_NONE, 2,
1109
1108
                      G_TYPE_STRING,